Browser Extension/ Web Data Collector for Chrome Safari -- 2

Customer: AI | Published: 21.01.2026
Бюджет: 750 $

I need a browser extension that can inspect specific pages, pull out the text, images and any data the user enters into forms, then immediately push that payload to the user’s account on our existing app. The same codebase should work in Chrome (Manifest V3) and Safari. Core flow • When a user visits one of the target domains, the extension detects the page, scoops up the requested elements (text nodes, image URLs/blob data, form field values) and displays a quick “Save” action in the toolbar or within the page. • On click, the data is serialized, authenticated with the user’s token (already available in local storage) and posted to the app. • The extension also prompts the user to take certain actions on that webpage. Deliverables 1. Production-ready .crx / .safariextz (or equivalent) packages 2. Full source code with clear comments 3. One-page test protocol proving that text, image and form capture all work on at least two sample sites per browser Acceptance criteria – Zero console errors and no content-security-policy violations on the monitored pages – Data reaches the endpoint in the agreed form – Extension installs and runs on the current public versions of Chrome and Safari without manual flag changes Please SHARE examples of similar extensions you have created, especially cross-browser, with a live link