Social Extractor
Social Data Extractor tool
What is Social Extractor?
Social Extractor is a Chrome extension developed by easy extrax, and its main feature is "Social Data Extractor tool".
Extension Screenshots
Download Social Extractor Extension CRX File
Download 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 Data Extractor is software that can extract information such as title, phone number, email etc...
Extension Basic Information
Name | Social Extractor |
ID | okngmpienjhpihnacbkkabmepmfkaojc |
Official URL | https://chromewebstore.google.com/detail/social-extractor/okngmpienjhpihnacbkkabmepmfkaojc |
Description | Social Data Extractor tool |
File Size | 229 KB |
Installation Count | 522 |
Current Version | 1.9 |
Last Updated | 2022-02-03 |
Publish Date | 2021-02-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | easy extrax |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://scrapers.in/privacy-policy-2 |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Extractor", "description": "Social Data Extractor tool", "version": "1.9", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "default_popup": "html\/index.html", "default_title": "Social Extractor" }, "options_page": "html\/option.html", "background": { "scripts": [ "js\/eventpage.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "*:\/\/goyral.com\/*", "downloads", "browsingData" ], "content_scripts": [ { "js": [ "lib\/js\/jquery-min.js", "contentscript\/content.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/*.google.com\/*", "*:\/\/*.yahoo.com\/*", "*:\/\/*.bing.com\/*" ], "run_at": "document_end" } ] } |