Twitter Filter
Hide people on Twitter without blocking or unfollowing them
Cos'è Twitter Filter?
Twitter Filter è un'estensione di Chrome sviluppata da lihan, e la sua funzione principale è "Hide people on Twitter without blocking or unfollowing them".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Filter
Scarica i file di estensione Twitter Filter 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
You can also filter phrases (TV show spoilers, sports tweets, etc). Leave a ★★★★★ review with feature request.
Informazioni di Base sull'Estensione
Nome | Twitter Filter |
ID | hfaokbpplplaeglmcpmjacghbnidjnll |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-filter/hfaokbpplplaeglmcpmjacghbnidjnll |
Descrizione | Hide people on Twitter without blocking or unfollowing them |
Dimensione del File | 13.05 MB |
Conteggio Installazioni | 34 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2014-07-17 |
Data di Pubblicazione | 2014-07-16 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | lihan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Filter", "version": "0.1.4", "manifest_version": 2, "description": "Hide people on Twitter without blocking or unfollowing them", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png" }, "background": { "scripts": [ "bower_components\/underscore\/underscore.js", "dist\/js\/util.js", "dist\/js\/background.js" ] }, "options_page": "dist\/options\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Twitter filter" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/www.twitter.com\/*" ], "css": [ "dist\/css\/inject.css" ], "js": [ "bower_components\/underscore\/underscore.js", "bower_components\/jquery\/jquery.js", "bower_components\/backbone\/backbone.js", "dist\/js\/util.js", "dist\/js\/models.js", "dist\/js\/inject.js" ] } ] } |