Leadforest.io - #1 Twitter Scraper

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

Cos'è Leadforest.io - #1 Twitter Scraper?

Leadforest.io - #1 Twitter Scraper è un'estensione di Chrome sviluppata da tweetsydotio, e la sua funzione principale è "Scrap twitter users followers, folloings, likers, retweters and list members.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Leadforest.io - #1 Twitter Scraper

Scarica i file di estensione Leadforest.io - #1 Twitter Scraper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Leadforest.io - #1 Twitter Scraper Leadforest.io - #1 Twitter Scraper
ID fongbnpplbbkkoapkimchaffgjmpgdmc
URL Ufficiale https://chromewebstore.google.com/detail/leadforestio-1-twitter-sc/fongbnpplbbkkoapkimchaffgjmpgdmc
Descrizione Scrap twitter users followers, folloings, likers, retweters and list members.
Dimensione del File 17.32 KB
Conteggio Installazioni 95
Versione Corrente 1.1.4
Ultimo Aggiornamento 2023-09-05
Data di Pubblicazione 2023-04-20
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore tweetsydotio
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.tweetsy.io/privacy-policy
Lingue Supportate 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:\/\/*\/*"
    ]
}