Twitter.com Optimized for Chrome

Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater

Qu'est-ce que Twitter.com Optimized for Chrome ?

Twitter.com Optimized for Chrome est une extension Chrome développée par ReyHaynes, et sa fonction principale est "Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitter.com Optimized for Chrome

Téléchargez les fichiers d'extension Twitter.com Optimized for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Twitter.com Optimized for Chrome Twitter.com Optimized for Chrome
ID pcjdkchmolbfddhnadplafncfeccjehi
URL Officiel 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
Taille du Fichier 7.89 KB
Nombre d'Installations 757
Version Actuelle 1.0
Dernière Mise à Jour 2013-09-05
Date de Publication 2013-09-05
Évaluation 4.83/5 Total 12 Évaluations
Développeur ReyHaynes
Type de Paiement free
Site Web de l'Extension https://twitter.com/ReyHaynes
Langues Prises en Charge 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"
        }
    ]
}