Twitter.com Optimized for Chrome
Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater
Wat is Twitter.com Optimized for Chrome?
Twitter.com Optimized for Chrome is een Chrome-extensie ontwikkeld door ReyHaynes, en de belangrijkste functie is "Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter.com Optimized for Chrome
Download Twitter.com Optimized for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Twitter.com Optimized for Chrome |
ID | pcjdkchmolbfddhnadplafncfeccjehi |
Officiële URL | https://chromewebstore.google.com/detail/twittercom-optimized-for/pcjdkchmolbfddhnadplafncfeccjehi |
Beschrijving | Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater |
Bestandsgrootte | 7.89 KB |
Aantal Installaties | 757 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-09-05 |
Publicatiedatum | 2013-09-05 |
Beoordeling | 4.83/5 Totaal 12 Beoordelingen |
Ontwikkelaar | ReyHaynes |
Betalingswijze | free |
Extensiewebsite | https://twitter.com/ReyHaynes |
Ondersteunde Talen | 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" } ] } |