Twitter Follower Scraper & Email Finder

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

Qu'est-ce que Twitter Follower Scraper & Email Finder ?

Twitter Follower Scraper & Email Finder est une extension Chrome développée par https://withblaze.app, et sa fonction principale est "Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitter Follower Scraper & Email Finder

Téléchargez les fichiers d'extension Twitter Follower Scraper & Email Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Extract Audience using the extension for particular profiles                    

Informations de Base sur l'Extension

Nom Twitter Follower Scraper & Email Finder Twitter Follower Scraper & Email Finder
ID cjhecckmbmmbiacfogikbpillimcllil
URL Officiel https://chromewebstore.google.com/detail/twitter-follower-scraper/cjhecckmbmmbiacfogikbpillimcllil
Description Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.
Taille du Fichier 636 KB
Nombre d'Installations 95
Version Actuelle 1.1.3
Dernière Mise à Jour 2023-07-06
Date de Publication 2023-06-25
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://withblaze.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.withblaze.app/
URL de la Page de Politique de Confidentialité https://app.termly.io/document/privacy-policy/72404da0-a237-497c-964a-ef5185781d69
Langues Prises en Charge 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"
    }
}