T411 and Me

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

Co to jest T411 and Me?

T411 and Me to rozszerzenie Chrome opracowane przez laruche, a jego główną funkcją jest „T411 widget ! Suivez votre ratio directement depuis le navigateur + télécharger automatiquement depuis vos sites préférés :) ”.

Pobierz plik CRX rozszerzenia T411 and Me

Pobierz pliki rozszerzeń T411 and Me w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa T411 and Me T411 and Me
ID lhaemanogjfpefbmlciemlincihfmhnf
Oficjalny URL https://chrome.google.com/webstore/detail/t411-and-me/lhaemanogjfpefbmlciemlincihfmhnf
Opis T411 widget ! Suivez votre ratio directement depuis le navigateur + télécharger automatiquement depuis vos sites préférés :)
Rozmiar pliku 149 KB
Liczba instalacji 16
Aktualna Wersja 0.2.3
Ostatnia Aktualizacja 2014-02-02
Data Publikacji 2014-02-02
Ocena 3.60/5 Łącznie 5 Oceny
Deweloper laruche
Typ Płatności free
Obsługiwane Języki 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
}