ManuelFerraraTV

Notifications et Annonces de live de ManuelFerraraTV

ManuelFerraraTVとは何ですか?

ManuelFerraraTVはLeenucksによって開発されたChromeの拡張機能で、その主な機能は「Notifications et Annonces de live de ManuelFerraraTV」です。

拡張機能のスクリーンショット

screenshot

ManuelFerraraTV拡張機能のCRXファイルをダウンロード

ManuelFerraraTV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Vous prévient lorsque le stream de Manu est en live (twitch.tv/manuelferraratv) et donne un accès rapide à son stream ainsi qu'à ses réseaux sociaux (Snapchat/YT/Twitter).                    

拡張機能の基本情報

名前 ManuelFerraraTV ManuelFerraraTV
ID bbancfpedjelehjidhbcpbmgaekhaaff
公式URL https://chromewebstore.google.com/detail/manuelferraratv/bbancfpedjelehjidhbcpbmgaekhaaff
説明 Notifications et Annonces de live de ManuelFerraraTV
ファイルサイズ 946 KB
インストール数 76
現在のバージョン 2.2.0
最終更新日 2016-11-19
公開日 2016-11-19
評価 5.00/5 合計 3 レビュー
開発者 Leenucks
Eメール [email protected]
支払い方法 free
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ManuelFerraraTV",
    "version": "2.2.0",
    "description": "Notifications et Annonces de live de ManuelFerraraTV",
    "icons": {
        "128": "icone.png"
    },
    "browser_action": {
        "default_icon": "off.png",
        "default_title": "ManuelFerraraTV - Notification",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/api.twitch.tv\/*",
        "https:\/\/apiv1.manuelferrara.tv\/*",
        "notifications",
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "options_page": "options\/options.html",
    "author": {
        "main": "ManuelFerraraTv"
    }
}