Twitter Trends Terminator
This extensions removes the Twitter trends element on the Twitter homepage when logged in.
Co je Twitter Trends Terminator?
Twitter Trends Terminator je rozšíření Chrome vyvinuté Fabian Deitelhoff, a jeho hlavní funkcí je „This extensions removes the Twitter trends element on the Twitter homepage when logged in.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitter Trends Terminator
Stáhněte si soubory rozšíření Twitter Trends Terminator 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í
This extensions removes the Twitter Trends element and the Who To Follow Box on the Twitter homepage when logged in. You can choose in the options if the boxes should be removed or not.
Základní Informace o Rozšíření
Název | |
ID | dhhcmkfgnglmhenndgcaaeankfiaicga |
Oficiální URL | https://chrome.google.com/webstore/detail/twitter-trends-terminator/dhhcmkfgnglmhenndgcaaeankfiaicga |
Popis | This extensions removes the Twitter trends element on the Twitter homepage when logged in. |
Velikost souboru | 53.3 KB |
Počet instalací | 145 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2014-08-11 |
Datum Vydání | 2014-08-11 |
Hodnocení | 3.50/5 Celkem 8 Hodnocení |
Vývojář | Fabian Deitelhoff |
Typ Platby | free |
Webové stránky Rozšíření | http://www.fabiandeitelhoff.de |
URL Stránky Nápovědy | http://www.fabiandeitelhoff.de/2014/08/let-me-introduce-the-twitter-trends-terminator/ |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Trends Terminator", "version": "0.0.3", "manifest_version": 2, "description": "This extensions removes the Twitter trends element on the Twitter homepage when logged in.", "homepage_url": "http:\/\/www.fabiandeitelhoff.de\/2014\/08\/let-me-introduce-the-twitter-trends-terminator\/", "author": "Fabian Deitelhoff", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "options_page": "src\/options\/index.html", "permissions": [ "storage", "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ] } |