No One Direction on Twitter
No longer want One direction to appear on your Twitter-feed? This is made just for you!
¿Qué es No One Direction on Twitter?
No One Direction on Twitter es una extensión de Chrome desarrollada por https://amees.me, y su función principal es "No longer want One direction to appear on your Twitter-feed? This is made just for you!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión No One Direction on Twitter
Descarga archivos de extensión No One Direction on Twitter 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
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.
Información Básica de la Extensión
Nombre | |
ID | ahdbeaakcaaeoomldacepofdakigajkk |
URL Oficial | https://chromewebstore.google.com/detail/no-one-direction-on-twitt/ahdbeaakcaaeoomldacepofdakigajkk |
Descripción | No longer want One direction to appear on your Twitter-feed? This is made just for you! |
Tamaño del Archivo | 51.52 KB |
Cantidad de Instalaciones | 16 |
Versión Actual | 1.2 |
Última Actualización | 2013-09-08 |
Fecha de Publicación | 2013-09-08 |
Calificación | 3.50/5 Total de 8 Calificaciones |
Desarrollador | https://amees.me |
Tipo de Pago | free |
Idiomas Soportados | 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:\/\/*\/*" ] } ] } |