Twitter.com Optimized for Chrome
Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater
Was ist Twitter.com Optimized for Chrome?
Twitter.com Optimized for Chrome ist eine Chrome-Erweiterung, die von ReyHaynes entwickelt wurde, und ihr Hauptmerkmal ist "Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater".
Erweiterungsscreenshots
Twitter.com Optimized for Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Twitter.com Optimized for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Twitter.com Optimized for Chrome |
ID | pcjdkchmolbfddhnadplafncfeccjehi |
Offizielle URL | https://chromewebstore.google.com/detail/twittercom-optimized-for/pcjdkchmolbfddhnadplafncfeccjehi |
Beschreibung | Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater |
Dateigröße | 7.89 KB |
Installationsanzahl | 757 |
Aktuelle Version | 1.0 |
Letztes Update | 2013-09-05 |
Veröffentlichungsdatum | 2013-09-05 |
Bewertung | 4.83/5 Insgesamt 12 Bewertungen |
Entwickler | ReyHaynes |
Zahlungsart | free |
Erweiterungswebsite | https://twitter.com/ReyHaynes |
Unterstützte Sprachen | 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" } ] } |