ABC Social Extractor

Social Data Extractor - Extact phone & email from diffrenet social media plateform

ABC Social Extractor क्या है?

ABC Social Extractor Digital Solutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Social Data Extractor - Extact phone & email from diffrenet social media plateform"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ABC Social Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        social lead extractor software. best business marketing tools. it scrape data from popular pages.                    

एक्सटेंशन की मूल जानकारी

नाम ABC Social Extractor ABC Social Extractor
ID jejfgnokcpjlpjbjgmgepglcdnhmedpj
आधिकारिक URL https://chromewebstore.google.com/detail/abc-social-extractor/jejfgnokcpjlpjbjgmgepglcdnhmedpj
विवरण Social Data Extractor - Extact phone & email from diffrenet social media plateform
फ़ाइल का आकार 641 KB
स्थापना संख्या 36
वर्तमान संस्करण 2.0
अंतिम अपडेट 2023-08-07
प्रकाशन तिथि 2023-02-16
डेवलपर Digital Solutions
ईमेल [email protected]
भुगतान के प्रकार in_app
गोपनीयता नीति पृष्ठ URL https://wabulksender.in/privacy.html
समर्थित भाषाएँ 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"
        }
    ]
}