DrFeelgood Live Extension
DrFeelgood Live Extension
什么是DrFeelgood Live Extension?
DrFeelgood Live Extension是由Onutrem开发的Chrome扩展程序,该扩展的主要功能是“DrFeelgood Live Extension”。
扩展截图
下载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
扩展基本信息
名称 | |
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" } } |