Twitter Unfollow Nonfollowers
An easy to use twitter mass unfollow extension
Cos'è Twitter Unfollow Nonfollowers?
Twitter Unfollow Nonfollowers è un'estensione di Chrome sviluppata da https://theklimts.com, e la sua funzione principale è "An easy to use twitter mass unfollow extension".
Scarica il file CRX dell'estensione Twitter Unfollow Nonfollowers
Scarica i file di estensione Twitter Unfollow Nonfollowers 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
Informazioni di Base sull'Estensione
Nome | |
ID | pfifdengebdnamnnmjnmilooodnncjok |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitter-unfollow-nonfollo/pfifdengebdnamnnmjnmilooodnncjok |
Descrizione | An easy to use twitter mass unfollow extension |
Dimensione del File | 70.45 KB |
Conteggio Installazioni | 146 |
Versione Corrente | 0.11 |
Ultimo Aggiornamento | 2016-01-20 |
Data di Pubblicazione | 2016-01-20 |
Valutazione | 2.25/5 Totale 8 Valutazioni |
Sviluppatore | https://theklimts.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://theklimts.com |
Lingue Supportate | en |
manifest.json | |
{ "content_scripts": [ { "css": [ "css\/main.css" ], "js": [ "js\/jquery.js", "js\/app.js" ], "matches": [ "https:\/\/twitter.com\/*" ], "run_at": "document_end" } ], "description": "An easy to use twitter mass unfollow extension", "icons": { "128": "images\/128x128.png", "48": "images\/48x48.png" }, "manifest_version": 2, "name": "Twitter Unfollow Nonfollowers", "short_name": "Unfollow all those nasty people who aren't following you back", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.11" } |