Twitter Follower Scraper & Email Finder

Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.

Twitter Follower Scraper & Email Finder क्या है?

Twitter Follower Scraper & Email Finder https://withblaze.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address."।

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

screenshot

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

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

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

                        Extract Audience using the extension for particular profiles                    

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

नाम Twitter Follower Scraper & Email Finder Twitter Follower Scraper & Email Finder
ID cjhecckmbmmbiacfogikbpillimcllil
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-follower-scraper/cjhecckmbmmbiacfogikbpillimcllil
विवरण Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.
फ़ाइल का आकार 636 KB
स्थापना संख्या 95
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2023-07-06
प्रकाशन तिथि 2023-06-25
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://withblaze.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.withblaze.app/
गोपनीयता नीति पृष्ठ URL https://app.termly.io/document/privacy-policy/72404da0-a237-497c-964a-ef5185781d69
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.3",
    "name": "Twitter Follower Scraper & Email Finder",
    "description": "Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.twitter.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon\/*"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "lib\/jquery-3.5.1-min.js",
                "content\/content.js",
                "content\/extractor.js",
                "content\/unidecode-runner.js"
            ],
            "css": [
                "content\/content.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icon\/icon128.png",
        "default_popup": "default_popup\/index.html",
        "default_title": "Quick Actions"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png",
        "400": "icon\/icon400.png"
    }
}