Social Extractor

Social Data Extractor

What is Social Extractor?

Social Extractor is a Chrome extension developed by Itize, and its main feature is "Social Data Extractor".

Extension Screenshots

screenshot

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 tool
Social Data Extractor is software that can extract information such as title, phone number, email etc...                    

Extension Basic Information

Name Social Extractor Social Extractor
ID ghhckbohgjgiijolndhgkbejcgdmkjig
Official URL https://chromewebstore.google.com/detail/social-extractor/ghhckbohgjgiijolndhgkbejcgdmkjig
Description Social Data Extractor
File Size 239 KB
Installation Count 163
Current Version 1.5
Last Updated 2022-07-14
Publish Date 2022-05-18
Developer Itize
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Social Extractor",
    "description": "Social Data Extractor",
    "version": "1.5",
    "action": {
        "default_popup": "html\/index.html",
        "default_title": "Social Extractor"
    },
    "host_permissions": [
        "*:\/\/hsdigitalsolution.in\/*"
    ],
    "options_page": "html\/option.html",
    "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"
        }
    ]
}