Cooldown TV Live
Ne ratez aucun live de Cooldown
What is Cooldown TV Live?
Cooldown TV Live is a Chrome extension developed by Thomas Pecriaux, and its main feature is "Ne ratez aucun live de Cooldown".
Extension Screenshots
Download Cooldown TV Live Extension CRX File
Download Cooldown TV 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 Google Chrome pour Cooldown TV.
Extension Basic Information
Name | Cooldown TV Live |
ID | jgcemlheakjdncejcnojdeabijlhdhbn |
Official URL | https://chromewebstore.google.com/detail/cooldown-tv-live/jgcemlheakjdncejcnojdeabijlhdhbn |
Description | Ne ratez aucun live de Cooldown |
File Size | 813 KB |
Installation Count | 28 |
Current Version | 1.0 |
Last Updated | 2017-08-16 |
Publish Date | 2017-08-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Thomas Pecriaux |
[email protected] | |
Payment Type | free |
Extension Website | http://cooldown.fr/ |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cooldown TV Live", "author": "Thomas Pecriaux", "description": "Ne ratez aucun live de Cooldown", "version": "1.0", "background": { "scripts": [ "libs\/jquery-1.11.2.js", "parameters.js", "background.js", "chrome.js" ] }, "icons": { "256": "icons\/logo256.png", "128": "icons\/logo128.png", "64": "icons\/logo64.png", "32": "icons\/logo32.png" }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "default_title": "Cooldown TV - offline", "default_popup": "popup.html", "default_icon": "icon_off.png" } } |