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
¿Qué es While you were away Remover?
While you were away Remover es una extensión de Chrome desarrollada por Mark, y su función principal es "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work".
Descargar Archivo CRX de la Extensión While you were away Remover
Descarga archivos de extensión While you were away Remover en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | While you were away Remover |
ID | kfhdopamocjnncalnifjpcbhkckbndlb |
URL Oficial | https://chromewebstore.google.com/detail/while-you-were-away-remov/kfhdopamocjnncalnifjpcbhkckbndlb |
Descripción | Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work |
Tamaño del Archivo | 56.99 KB |
Cantidad de Instalaciones | 65 |
Versión Actual | 0.1 |
Última Actualización | 2016-02-03 |
Fecha de Publicación | 2016-02-02 |
Calificación | 4.00/5 Total de 8 Calificaciones |
Desarrollador | Mark |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |