Leadforest.io - #1 Twitter Scraper

Scrap twitter users followers, folloings, likers, retweters and list members.

Qu'est-ce que Leadforest.io - #1 Twitter Scraper ?

Leadforest.io - #1 Twitter Scraper est une extension Chrome développée par tweetsydotio, et sa fonction principale est "Scrap twitter users followers, folloings, likers, retweters and list members.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Leadforest.io - #1 Twitter Scraper

Téléchargez les fichiers d'extension Leadforest.io - #1 Twitter Scraper 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

                        LeadForest is an all-in-one Chrome extension that enables you to easily scrape and export Twitter users' data. You can extract users' screen name and bio of any followers or following data of any profile. With LeadForest, you can also scrape all retweeters data or all likers data of any tweet, giving you a wealth of information to analyze and act on. Additionally, you can scrape all users' data from any Twitter list, saving you time and effort in finding and compiling this information manually. The extension is designed to be user-friendly and intuitive, making it accessible to both novice and advanced users. With LeadForest, you can streamline your Twitter data scraping process and gain valuable insights to help you grow your business or personal brand.                    

Informations de Base sur l'Extension

Nom Leadforest.io - #1 Twitter Scraper Leadforest.io - #1 Twitter Scraper
ID fongbnpplbbkkoapkimchaffgjmpgdmc
URL Officiel https://chromewebstore.google.com/detail/leadforestio-1-twitter-sc/fongbnpplbbkkoapkimchaffgjmpgdmc
Description Scrap twitter users followers, folloings, likers, retweters and list members.
Taille du Fichier 17.32 KB
Nombre d'Installations 95
Version Actuelle 1.1.4
Dernière Mise à Jour 2023-09-05
Date de Publication 2023-04-20
Évaluation 3.67/5 Total 3 Évaluations
Développeur tweetsydotio
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.tweetsy.io/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Leadforest.io -  #1 Twitter Scraper",
    "short_name": "leadforest_twitter_scraper",
    "version": "1.1.4",
    "author": "Tweetsy ",
    "description": "Scrap twitter users followers, folloings, likers, retweters and list members.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                ".\/src\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": ".\/src\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/contentScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/ext-icon.png",
            "24": "assets\/ext-icon.png",
            "32": "assets\/ext-icon.png"
        },
        "default_title": "Twitter Scraper",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}