World Cup Hater
This extension alows you to hide all football related posts from your timeline.
What is World Cup Hater?
World Cup Hater is a Chrome extension developed by https://nilord.com, and its main feature is "This extension alows you to hide all football related posts from your timeline.".
Extension Screenshots
Download World Cup Hater Extension CRX File
Download World Cup Hater extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Esta aplicación te permitirá ocultar de tu timeline de Facebook todo los post que tengan que ver con Futból y la copa mundial de futbol brasil 2014 buscando palabras claves para identificar los posts. ---- UPDATE ---- Ahora cambiará los posts por imágenes de.... ¡GATOS!. Sin embargo al ingresar por medio del link directo (ver segundo screenshot) podrás ver el post completo. V. 1.0.4 BETA: Critical bug arreglado. ---- Alerta ----- Se bloqueará todo post que contenga alguna de las palabras clave lo que podría ocultar posts que no tienen relación con la copa del mundo así como permitir algunos posts con expresiones no consideradas. Esto no eliminará al 100% todos los posts relacionados, pero los reducirá considerablemente. Tags en desarrollo. Works only for spanish.... Im working in a english version
Extension Basic Information
Name | World Cup Hater |
ID | dgfdlapcfdkgdfkkhaiapefjkioaicoo |
Official URL | https://chromewebstore.google.com/detail/world-cup-hater/dgfdlapcfdkgdfkkhaiapefjkioaicoo |
Description | This extension alows you to hide all football related posts from your timeline. |
File Size | 55.51 KB |
Installation Count | 11 |
Current Version | 1.0.4 |
Last Updated | 2014-06-15 |
Publish Date | 2014-06-15 |
Rating | 2.33/5 Total 3 Ratings |
Developer | https://nilord.com |
Payment Type | free |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "World Cup Hater", "description": "This extension alows you to hide all football related posts from your timeline.", "version": "1.0.4", "web_accessible_resources": [ "img\/*.jpg" ], "content_scripts": [ { "matches": [ "https:\/\/facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery-1.11.0.min.js", "js\/jquery-migrate-1.2.1.min.js", "js\/popup.js" ] } ] } |