DrFeelgood Live
Indique si DrFeelgood est actuellement en train de stream sur la plateforme Twitch TV.
What is DrFeelgood Live?
DrFeelgood Live is a Chrome extension developed by Kocal, and its main feature is "Indique si DrFeelgood est actuellement en train de stream sur la plateforme Twitch TV.".
Extension Screenshots
Download DrFeelgood Live Extension CRX File
Download DrFeelgood Live 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 Basic Information
Name | DrFeelgood Live |
ID | flngahjbfdfelpbmekiggmloflanoeff |
Official URL | https://chromewebstore.google.com/detail/drfeelgood-live/flngahjbfdfelpbmekiggmloflanoeff |
Description | Indique si DrFeelgood est actuellement en train de stream sur la plateforme Twitch TV. |
File Size | 28.59 KB |
Installation Count | 16 |
Current Version | 0.0.1 |
Last Updated | 2018-05-10 |
Publish Date | 2018-05-10 |
Developer | Kocal |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DrFeelgood Live", "description": "Indique si DrFeelgood est actuellement en train de stream sur la plateforme Twitch TV.", "version": "0.0.1", "manifest_version": 2, "icons": { "48": "icons\/dfg_48.png", "128": "icons\/dfg_128.png" }, "permissions": [ "notifications", "https:\/\/api.twitch.tv\/" ], "browser_action": { "default_title": "DrFeelgood Live" }, "background": { "scripts": [ "background.js" ] } } |