Twitter's {searchTerms}
Hide Twitter's {searchTerms} page and display the home page instead.
Co je Twitter's {searchTerms}?
Twitter's {searchTerms} je rozšíření Chrome vyvinuté Plippe, a jeho hlavní funkcí je „Hide Twitter's {searchTerms} page and display the home page instead.“.
Stáhnout soubor CRX rozšíření Twitter's {searchTerms}
Stáhněte si soubory rozšíření Twitter's {searchTerms} 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í
Visiting Twitter with Google Chrome can be a pain. Twitter's "{searchTerms}" page is often displayed when you just want to get to its home page. If you find it annoying too, just install this little Chrome extension. With it, whenever the "{searchTerms}" page would be displayed, the home page is displayed instead. The extension's source code can be found on our website.
Základní Informace o Rozšíření
Název | |
ID | blgmfjfoadpcpedhlbfdfigmgbjdndon |
Oficiální URL | https://chrome.google.com/webstore/detail/twitters-%7Bsearchterms%7D/blgmfjfoadpcpedhlbfdfigmgbjdndon |
Popis | Hide Twitter's {searchTerms} page and display the home page instead. |
Velikost souboru | 16.79 KB |
Počet instalací | 21 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-07-12 |
Datum Vydání | 2015-07-12 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Plippe |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/plippe/chrome-twitter-home |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "name": "Twitter's {searchTerms}", "homepage_url": "https:\/\/github.com\/pvinchon\/chrome_twitter_home", "description": "Hide Twitter's {searchTerms} page and display the home page instead.", "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/twitter.com\/" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |