Twitter's {searchTerms}
Hide Twitter's {searchTerms} page and display the home page instead.
Cos'è Twitter's {searchTerms}?
Twitter's {searchTerms} è un'estensione di Chrome sviluppata da Plippe, e la sua funzione principale è "Hide Twitter's {searchTerms} page and display the home page instead.".
Scarica il file CRX dell'estensione Twitter's {searchTerms}
Scarica i file di estensione Twitter's {searchTerms} in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | blgmfjfoadpcpedhlbfdfigmgbjdndon |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitters-%7Bsearchterms%7D/blgmfjfoadpcpedhlbfdfigmgbjdndon |
Descrizione | Hide Twitter's {searchTerms} page and display the home page instead. |
Dimensione del File | 16.79 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-07-12 |
Data di Pubblicazione | 2015-07-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Plippe |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/plippe/chrome-twitter-home |
Lingue Supportate | 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 } |