Twitter Auto Follower Plus
follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.
Cos'è Twitter Auto Follower Plus?
Twitter Auto Follower Plus è un'estensione di Chrome sviluppata da http://globaltwittertrends.com, e la sua funzione principale è "follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Auto Follower Plus
Scarica i file di estensione Twitter Auto Follower Plus 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
This extension is ads-free and has no pro premium thing in it. Just a free and productive extension I made for myself to use. This is mass follower for your twitter but it comes with more than that 1. mass follow people 2. mass unfollow people 3. mass like people tweets 4. mass unlike people tweets 5. mass retweet other people tweets 6. mass unretweet other people tweets It is faster and better than any other chrome extension based on twitter follower automation.
Informazioni di Base sull'Estensione
Nome | |
ID | eehomhmbkeifijgpddddpebgjdfaahec |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitter-auto-follower-plu/eehomhmbkeifijgpddddpebgjdfaahec |
Descrizione | follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison. |
Dimensione del File | 39.47 KB |
Conteggio Installazioni | 6,000 |
Versione Corrente | 74 |
Ultimo Aggiornamento | 2022-02-11 |
Data di Pubblicazione | 2020-11-27 |
Valutazione | 2.60/5 Totale 5 Valutazioni |
Sviluppatore | http://globaltwittertrends.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://globaltwittertrends.com/ |
URL della Pagina di Aiuto | https://globaltwittertrends.com/about.php |
Lingue Supportate | en |
manifest.json | |
{ "author": "Ayush Kumar Singh", "content_scripts": [ { "css": [ "content.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/mobile.twitter.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_end" } ], "description": "follow, unfollow, like, unlike, retweet, and unretweet automatically for free on twitter using this extenison.", "homepage_url": "https:\/\/globaltwittertrends.com\/", "icons": { "128": "images\/mass_follow_for_new_twitter128.png", "16": "images\/mass_follow_for_new_twitter16.png", "48": "images\/mass_follow_for_new_twitter48.png" }, "manifest_version": 2, "name": "Twitter Auto Follower Plus", "options_page": "options.html", "permissions": [ "storage", "unlimitedStorage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "74" } |