No One Direction on Twitter
No longer want One direction to appear on your Twitter-feed? This is made just for you!
Co je No One Direction on Twitter?
No One Direction on Twitter je rozšíření Chrome vyvinuté https://amees.me, a jeho hlavní funkcí je „No longer want One direction to appear on your Twitter-feed? This is made just for you!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření No One Direction on Twitter
Stáhněte si soubory rozšíření No One Direction on Twitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ahdbeaakcaaeoomldacepofdakigajkk |
Oficiální URL | https://chromewebstore.google.com/detail/no-one-direction-on-twitt/ahdbeaakcaaeoomldacepofdakigajkk |
Popis | No longer want One direction to appear on your Twitter-feed? This is made just for you! |
Velikost souboru | 51.52 KB |
Počet instalací | 16 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2013-09-08 |
Datum Vydání | 2013-09-08 |
Hodnocení | 3.50/5 Celkem 8 Hodnocení |
Vývojář | https://amees.me |
Typ Platby | free |
Podporované Jazyky | 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:\/\/*\/*" ] } ] } |