DrFeelgood Live Extension

DrFeelgood Live Extension

DrFeelgood Live Extensionとは何ですか?

DrFeelgood Live ExtensionはOnutremによって開発されたChromeの拡張機能で、その主な機能は「DrFeelgood Live Extension」です。

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

screenshot

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

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

拡張機能の使用方法

                        Extension chrome qui permet de savoir quand Drfeelgood stream.
- Une notification cliquable apparaît quand le stream est online !

Version 2.0 par Drakirus :

Nouveautés :
- Planning
- Réseaux sociaux                    

拡張機能の基本情報

名前 DrFeelgood Live Extension DrFeelgood Live Extension
ID onohnmbhcdoojggfakcgmiaoafahkdff
公式URL https://chrome.google.com/webstore/detail/drfeelgood-live-extension/onohnmbhcdoojggfakcgmiaoafahkdff
説明 DrFeelgood Live Extension
ファイルサイズ 109 KB
インストール数 888
現在のバージョン 2.2.0
最終更新日 2016-10-03
公開日 2016-10-03
評価 4.72/5 合計 25 レビュー
開発者 Onutrem
支払い方法 free
対応言語 fr
manifest.json
{
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "DFG - Offline",
        "default_icon": "icon_OFFLINE.png",
        "default_popup": "popup.html"
    },
    "name": "DrFeelgood Live Extension",
    "author": "Github@Drakirus, Pierre Champion",
    "description": "DrFeelgood Live Extension",
    "version": "2.2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.twitch.tv\/*",
        "https:\/\/raw.githubusercontent.com\/*",
        "notifications",
        "tabs"
    ],
    "icons": {
        "256": "icons\/logo256.png",
        "128": "icons\/logo128.png",
        "64": "icons\/logo64.png",
        "32": "icons\/logo32.png",
        "48": "icon_OFFLINE.png"
    }
}