T411 and Me

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

What is T411 and Me?

T411 and Me is a Chrome extension developed by laruche, and its main feature is "T411 widget ! Suivez votre ratio directement depuis le navigateur + télécharger automatiquement depuis vos sites préférés :) ".

Download T411 and Me Extension CRX File

Download T411 and Me 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

                                            

Extension Basic Information

Name T411 and Me T411 and Me
ID lhaemanogjfpefbmlciemlincihfmhnf
Official URL https://chrome.google.com/webstore/detail/t411-and-me/lhaemanogjfpefbmlciemlincihfmhnf
Description T411 widget ! Suivez votre ratio directement depuis le navigateur + télécharger automatiquement depuis vos sites préférés :)
File Size 149 KB
Installation Count 16
Current Version 0.2.3
Last Updated 2014-02-02
Publish Date 2014-02-02
Rating 3.60/5 Total 5 Ratings
Developer laruche
Payment Type free
Supported Languages 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
}