While you were away Remover
Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work
Cos'è While you were away Remover?
While you were away Remover è un'estensione di Chrome sviluppata da Mark, e la sua funzione principale è "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work".
Scarica il file CRX dell'estensione While you were away Remover
Scarica i file di estensione While you were away Remover 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
Want to remove Twitter's new "While you were away" 'feature'? This extension does just that, and nothing else. This simple extension, worth 2 lines of code, automatically hides the "While you were away" block from your Twitter feed, meaning you can start using Twitter again the way it was intended. May add feature to remove the follower suggestions that pop up in the middle of the timeline as well if users want.
Informazioni di Base sull'Estensione
Nome | While you were away Remover |
ID | kfhdopamocjnncalnifjpcbhkckbndlb |
URL Ufficiale | https://chromewebstore.google.com/detail/while-you-were-away-remov/kfhdopamocjnncalnifjpcbhkckbndlb |
Descrizione | Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work |
Dimensione del File | 56.99 KB |
Conteggio Installazioni | 65 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2016-02-03 |
Data di Pubblicazione | 2016-02-02 |
Valutazione | 4.00/5 Totale 8 Valutazioni |
Sviluppatore | Mark |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "While you were away Remover", "version": "0.1", "icons": { "48": "IconSmall.jpg", "128": "Icon.jpg" }, "description": "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work", "short_name": "WYWARemover", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ], "js": [ "jquery-2.2.0.min.js", "removeWYWA.js" ] } ] } |