DrFeelgood Live Extension
DrFeelgood Live Extension
What is DrFeelgood Live Extension?
DrFeelgood Live Extension is a Chrome extension developed by Onutrem, and its main feature is "DrFeelgood Live Extension".
Extension Screenshots
Download DrFeelgood Live Extension Extension CRX File
Download DrFeelgood Live Extension 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
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
Extension Basic Information
Name | |
ID | onohnmbhcdoojggfakcgmiaoafahkdff |
Official URL | https://chrome.google.com/webstore/detail/drfeelgood-live-extension/onohnmbhcdoojggfakcgmiaoafahkdff |
Description | DrFeelgood Live Extension |
File Size | 109 KB |
Installation Count | 888 |
Current Version | 2.2.0 |
Last Updated | 2016-10-03 |
Publish Date | 2016-10-03 |
Rating | 4.72/5 Total 25 Ratings |
Developer | Onutrem |
Payment Type | free |
Supported Languages | 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" } } |