No One Direction on Twitter
No longer want One direction to appear on your Twitter-feed? This is made just for you!
Cos'è No One Direction on Twitter?
No One Direction on Twitter è un'estensione di Chrome sviluppata da https://amees.me, e la sua funzione principale è "No longer want One direction to appear on your Twitter-feed? This is made just for you!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione No One Direction on Twitter
Scarica i file di estensione No One Direction on Twitter 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
Twitter is a beautiful medium. Ever since it was built, we've seen all kinds of annoying hypes coming and going. Today it's time for a change. No longer shall we accept the pollution of something beautiful. Today, we shall no longer see any One direction-tweets. Enjoy!;) ________________________________ 1.0 Initial release: - Now filters 1D-tweets once per page-load 1.2: - Now constantly checks for One Direction-posts, also works when ajax-querys are run.
Informazioni di Base sull'Estensione
Nome | |
ID | ahdbeaakcaaeoomldacepofdakigajkk |
URL Ufficiale | https://chromewebstore.google.com/detail/no-one-direction-on-twitt/ahdbeaakcaaeoomldacepofdakigajkk |
Descrizione | No longer want One direction to appear on your Twitter-feed? This is made just for you! |
Dimensione del File | 51.52 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-09-08 |
Data di Pubblicazione | 2013-09-08 |
Valutazione | 3.50/5 Totale 8 Valutazioni |
Sviluppatore | https://amees.me |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No One Direction on Twitter", "version": "1.2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "No longer want One direction to appear on your Twitter-feed? This is made just for you!", "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |