Cooldown TV Live
Ne ratez aucun live de Cooldown
Wat is Cooldown TV Live?
Cooldown TV Live is een Chrome-extensie ontwikkeld door Thomas Pecriaux, en de belangrijkste functie is "Ne ratez aucun live de Cooldown".
Extensie Screenshots
Download het CRX-bestand van de extensie Cooldown TV Live
Download Cooldown TV Live-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension Google Chrome pour Cooldown TV.
Basisinformatie over de Extensie
Naam | Cooldown TV Live |
ID | jgcemlheakjdncejcnojdeabijlhdhbn |
Officiële URL | https://chromewebstore.google.com/detail/cooldown-tv-live/jgcemlheakjdncejcnojdeabijlhdhbn |
Beschrijving | Ne ratez aucun live de Cooldown |
Bestandsgrootte | 813 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-08-16 |
Publicatiedatum | 2017-08-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Thomas Pecriaux |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://cooldown.fr/ |
Ondersteunde Talen | 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" } } |