ABC Social Extractor
Social Data Extractor - Extact phone & email from diffrenet social media plateform
What is ABC Social Extractor?
ABC Social Extractor is a Chrome extension developed by Digital Solutions, and its main feature is "Social Data Extractor - Extact phone & email from diffrenet social media plateform".
Extension Screenshots
Download ABC Social Extractor Extension CRX File
Download ABC Social Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
social lead extractor software. best business marketing tools. it scrape data from popular pages.
Extension Basic Information
Name | ABC Social Extractor |
ID | jejfgnokcpjlpjbjgmgepglcdnhmedpj |
Official URL | https://chromewebstore.google.com/detail/abc-social-extractor/jejfgnokcpjlpjbjgmgepglcdnhmedpj |
Description | Social Data Extractor - Extact phone & email from diffrenet social media plateform |
File Size | 641 KB |
Installation Count | 36 |
Current Version | 2.0 |
Last Updated | 2023-08-07 |
Publish Date | 2023-02-16 |
Developer | Digital Solutions |
[email protected] | |
Payment Type | in_app |
Privacy Policy Page URL | https://wabulksender.in/privacy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ABC Social Extractor", "description": "Social Data Extractor - Extact phone & email from diffrenet social media plateform", "version": "2.0", "action": { "default_popup": "html\/index.html", "default_title": "ABC Social Extractor" }, "host_permissions": [ "*:\/\/reseller.digitalirshad.com\/*" ], "options_page": "html\/option.html", "icons": { "128": "images\/icon_128.png", "16": "images\/icon_128.png", "22": "images\/icon_32.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png" }, "background": { "service_worker": "js\/eventpage.js", "type": "module" }, "permissions": [ "storage", "notifications", "downloads" ], "content_scripts": [ { "js": [ "lib\/js\/jquery-min.js", "contentscript\/content.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/*.google.com\/*" ], "run_at": "document_end" } ] } |