Cooldown TV Live

Ne ratez aucun live de Cooldown

Hvad er Cooldown TV Live?

Cooldown TV Live er en Chrome-udvidelse udviklet af Thomas Pecriaux, og dens hovedfunktion er "Ne ratez aucun live de Cooldown".

Udvidelsesskærmbilleder

screenshot

Download Cooldown TV Live-udvidelses-CRX-fil

Download Cooldown TV Live-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Extension Google Chrome pour Cooldown TV.                    

Grundlæggende oplysninger om udvidelsen

Navn Cooldown TV Live Cooldown TV Live
ID jgcemlheakjdncejcnojdeabijlhdhbn
Officiel URL https://chromewebstore.google.com/detail/cooldown-tv-live/jgcemlheakjdncejcnojdeabijlhdhbn
Beskrivelse Ne ratez aucun live de Cooldown
Filstørrelse 813 KB
Antal Installationer 28
Nuværende Version 1.0
Senest Opdateret 2017-08-16
Udgivelsesdato 2017-08-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Thomas Pecriaux
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://cooldown.fr/
Understøttede Sprog 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"
    }
}