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
官方網址 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"
    }
}