Twitter.com Optimized for Chrome
Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater
Cos'è Twitter.com Optimized for Chrome?
Twitter.com Optimized for Chrome è un'estensione di Chrome sviluppata da ReyHaynes, e la sua funzione principale è "Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter.com Optimized for Chrome
Scarica i file di estensione Twitter.com Optimized for Chrome 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
Notice slow scrolling and bad performance while using Twitter.com? Yea, me too...and it got to a point where I just wanted to fix it... ...download this Extension for better performance!
Informazioni di Base sull'Estensione
Nome | Twitter.com Optimized for Chrome |
ID | pcjdkchmolbfddhnadplafncfeccjehi |
URL Ufficiale | https://chromewebstore.google.com/detail/twittercom-optimized-for/pcjdkchmolbfddhnadplafncfeccjehi |
Descrizione | Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater |
Dimensione del File | 7.89 KB |
Conteggio Installazioni | 757 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-09-05 |
Data di Pubblicazione | 2013-09-05 |
Valutazione | 4.83/5 Totale 12 Valutazioni |
Sviluppatore | ReyHaynes |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitter.com/ReyHaynes |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter.com Optimized for Chrome", "version": "1.0", "manifest_version": 2, "description": "Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon-128.png" }, "page_action": { "default_icon": "icon-128.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "please-optimize.js" ], "run_at": "document_end" } ] } |