Twitter Expander

This is extension will save you a click by displaying full images on your timeline ;)

Qu'est-ce que Twitter Expander ?

Twitter Expander est une extension Chrome développée par http://rafaramos.com, et sa fonction principale est "This is extension will save you a click by displaying full images on your timeline ;)".

Télécharger le fichier CRX de l'extension Twitter Expander

Téléchargez les fichiers d'extension Twitter Expander 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

                        Don't like Twitter's image preview? This extension will allow automatically expand the images on your timeline.                    

Informations de Base sur l'Extension

Nom Twitter Expander Twitter Expander
ID hnfgjkfjmabokfhlkifalplleeanacjp
URL Officiel https://chrome.google.com/webstore/detail/twitter-expander/hnfgjkfjmabokfhlkifalplleeanacjp
Description This is extension will save you a click by displaying full images on your timeline ;)
Taille du Fichier 26.18 KB
Nombre d'Installations 17
Version Actuelle 1.0
Dernière Mise à Jour 2014-06-25
Date de Publication 2014-06-25
Évaluation 4.50/5 Total 2 Évaluations
Développeur http://rafaramos.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Expander",
    "version": "1.0",
    "description": "This is extension will save you a click by displaying full images on your timeline ;)",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "twitter.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ]
}