{"id":23873909,"url":"https://github.com/scrapegraphai/scrapegraphai-browser-extension","last_synced_at":"2025-09-09T00:32:45.215Z","repository":{"id":270747607,"uuid":"846629343","full_name":"ScrapeGraphAI/scrapegraphai-browser-extension","owner":"ScrapeGraphAI","description":"ScrapeGraphAI extension for Firefox and Chromium-based browsers.","archived":false,"fork":false,"pushed_at":"2025-06-19T16:11:51.000Z","size":10965,"stargazers_count":20,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-06T15:01:46.131Z","etag":null,"topics":["add-on","addons","browser","browser-extension","chrome","chrome-extension","chromium","chromium-extension","firefox","firefox-addon","firefox-extension","firefox-webextension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ScrapeGraphAI.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.MD","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-23T16:00:46.000Z","updated_at":"2025-06-25T19:57:31.000Z","dependencies_parsed_at":"2025-01-02T20:31:42.157Z","dependency_job_id":"cb22bd6a-ba5f-49c1-8791-4a2f1adabd42","html_url":"https://github.com/ScrapeGraphAI/scrapegraphai-browser-extension","commit_stats":null,"previous_names":["scrapegraphai/scrapegraphai-browser-extension"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ScrapeGraphAI/scrapegraphai-browser-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScrapeGraphAI%2Fscrapegraphai-browser-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScrapeGraphAI%2Fscrapegraphai-browser-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScrapeGraphAI%2Fscrapegraphai-browser-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScrapeGraphAI%2Fscrapegraphai-browser-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScrapeGraphAI","download_url":"https://codeload.github.com/ScrapeGraphAI/scrapegraphai-browser-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScrapeGraphAI%2Fscrapegraphai-browser-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231110,"owners_count":25245687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["add-on","addons","browser","browser-extension","chrome","chrome-extension","chromium","chromium-extension","firefox","firefox-addon","firefox-extension","firefox-webextension"],"created_at":"2025-01-03T17:31:41.611Z","updated_at":"2025-09-09T00:32:45.168Z","avatar_url":"https://github.com/ScrapeGraphAI.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕷️ ScrapeGraphAI Chrome extension\n\nThe official extension for Chromium-based browsers, such as Chrome, Opera, Brave, and others, as well as Firefox.\n\n![demo](assets/demo.gif)\n\n## Installation\n\nYou can install the extension using one of these methods:\n\n### 1. Browser Extension Stores (Recommended)\n\n#### Chrome and Chromium-based browsers\n1. Visit the [Chrome Web Store](https://chrome.google.com/webstore) (coming soon)\n2. Search for \"ScrapeGraphAI\"\n3. Click \"Add to Chrome\"\n\n#### Firefox\n1. Visit the [Firefox Add-ons Store](https://addons.mozilla.org/en-GB/firefox/addon/scrapegraphai-extension/)\n2. Click \"Add to Firefox\"\n3. Follow the installation prompts\n\nWatch our [video tutorial](https://www.youtube.com/watch?v=tSy8udRu1lA) for a step-by-step guide on Firefox installation.\n\n### 2. Manual Installation (Development Build)\n\n1. Download the latest `scrapegraphai_extension.zip` from the [Releases page](https://github.com/ScrapeGraphAI/scrapegraphai-browser-extension/releases)\n2. Extract the ZIP file to a folder on your computer\n3. For Chrome/Chromium browsers:\n   - Go to `chrome://extensions/`\n   - Enable \"Developer mode\" using the toggle in the top-right corner\n   - Click \"Load unpacked\"\n   - Select the extracted folder\n4. For Firefox:\n   - Go to `about:debugging#/runtime/this-firefox`\n   - Click \"Load Temporary Add-on\"\n   - Select the `manifest.json` file from the extracted folder\n\n### 3. Building from Source\n\nIf you want to build the extension from source:\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/ScrapeGraphAI/scrapegraphai-browser-extension.git\ncd scrapegraphai-browser-extension\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Build the extension:\n```bash\nnpm run build:chromium    # For Chrome/Chromium browsers\n# or\nnpm run build:firefox     # For Firefox browser\n```\n\n4. The built extension will be in the `dist` folder\n5. Load it in your browser following the steps from Manual Installation section\n\n## Usage\n\n1. **Setup**\n   - After installing the extension, click on its icon in your browser's toolbar\n   - Go to Settings and enter your ScrapeGraphAI API key\n   - If you don't have an API key, get one from [ScrapeGraphAI website](https://scrapegraphai.com/)\n\n2. **Basic Usage**\n   - Navigate to any webpage you want to scrape\n   - Click the extension icon\n   - Enter your scraping instructions in the text field\n   - Click \"Scrape\" to start the process\n\n3. **Advanced Options**\n   - Use \"Custom URL\" if you want to scrape a different page than the current one\n   - The extension will notify you when the scraping is complete\n   - Check your ScrapeGraphAI dashboard and dowload folder for the scraped data\n\n4. **Tips**\n   - Be specific in your scraping instructions\n   - Make sure you have a valid API key\n   - Check the extension's status indicators for any errors\n\n## Debugging\n\nFor development and debugging:\n\n### Install dependencies\n\n```bash\nnpm i\n```\n\n### Build extension\n\n```bash\nnpm run build:chromium\n```\n\n### Load extension on browser\n\nAfter building the extension, a `dist` folder will be generated in the root of the project. To load the extension in browser for testing, follow [this guide](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked) and select the `dist` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrapegraphai%2Fscrapegraphai-browser-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscrapegraphai%2Fscrapegraphai-browser-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrapegraphai%2Fscrapegraphai-browser-extension/lists"}