T411 and Me

T411 widget ! Suivez votre ratio directement depuis le navigateur + télécharger automatiquement depuis vos sites préférés :)

Cos'è T411 and Me?

T411 and Me è un'estensione di Chrome sviluppata da laruche, e la sua funzione principale è "T411 widget ! Suivez votre ratio directement depuis le navigateur + télécharger automatiquement depuis vos sites préférés :) ".

Scarica il file CRX dell'estensione T411 and Me

Scarica i file di estensione T411 and Me in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome T411 and Me T411 and Me
ID lhaemanogjfpefbmlciemlincihfmhnf
URL Ufficiale https://chrome.google.com/webstore/detail/t411-and-me/lhaemanogjfpefbmlciemlincihfmhnf
Descrizione T411 widget ! Suivez votre ratio directement depuis le navigateur + télécharger automatiquement depuis vos sites préférés :)
Dimensione del File 149 KB
Conteggio Installazioni 16
Versione Corrente 0.2.3
Ultimo Aggiornamento 2014-02-02
Data di Pubblicazione 2014-02-02
Valutazione 3.60/5 Totale 5 Valutazioni
Sviluppatore laruche
Tipo di Pagamento free
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "T411 and Me",
    "description": "T411 widget ! Suivez votre ratio directement depuis le navigateur + t\u00e9l\u00e9charger automatiquement depuis vos sites pr\u00e9f\u00e9r\u00e9s :) ",
    "version": "0.2.3",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "downloads"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_title": "Set this page's color.",
        "default_icon": "icon.png",
        "default_popup": "html\/popupLogin.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/messages.js"
            ]
        }
    ],
    "manifest_version": 2
}