T411+

Extension T411 [non officielle]

What is T411+?

T411+ is a Chrome extension developed by Olivier B, and its main feature is "Extension T411 [non officielle]".

Extension Screenshots

screenshot
screenshot

Download T411+ Extension CRX File

Download T411+ 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

                        T411+ est une extensions pour le site T411.
T411+ est une extensions pour le site T411. Il permet l'affichage du ratio dans la barre de tache, d'effectuer une recherche sur t411 en selectionnant le texte puis clic droit et ajoute un bouton "Télécharger" aux résultats. 
D'autres fonctionnalités sont à venir.
Dépot GitHub:
https://github.com/olivierbortolotti/t411-plus                    

Extension Basic Information

Name T411+ T411+
ID ngcmmnfdphkohilpliolpnnkppcppgfi
Official URL https://chromewebstore.google.com/detail/t411+/ngcmmnfdphkohilpliolpnnkppcppgfi
Description Extension T411 [non officielle]
File Size 25.85 KB
Installation Count 18
Current Version 1.1.1.6
Last Updated 2016-11-27
Publish Date 2016-11-27
Rating 4.00/5 Total 4 Ratings
Developer Olivier B
Payment Type free
Extension Website https://olivierbortolotti.github.io/t411-plus/
Help Page URL https://github.com/olivierbortolotti/t411-plus/issues
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "T411+",
    "description": "Extension T411 [non officielle]",
    "version": "1.1.1.6",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "commun.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.t411.li\/*"
            ],
            "js": [
                "scriptcontenu.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/api.t411.li\/",
        "alarms",
        "contextMenus"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}