Twitter.com Optimized for Chrome
Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater
What is Twitter.com Optimized for Chrome?
Twitter.com Optimized for Chrome is a Chrome extension developed by ReyHaynes, and its main feature is "Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater".
Extension Screenshots
Download Twitter.com Optimized for Chrome Extension CRX File
Download Twitter.com Optimized for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Twitter.com Optimized for Chrome |
ID | pcjdkchmolbfddhnadplafncfeccjehi |
Official URL | https://chromewebstore.google.com/detail/twittercom-optimized-for/pcjdkchmolbfddhnadplafncfeccjehi |
Description | Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater |
File Size | 7.89 KB |
Installation Count | 757 |
Current Version | 1.0 |
Last Updated | 2013-09-05 |
Publish Date | 2013-09-05 |
Rating | 4.83/5 Total 12 Ratings |
Developer | ReyHaynes |
Payment Type | free |
Extension Website | https://twitter.com/ReyHaynes |
Supported Languages | 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" } ] } |