ECLYPSIA Webtvs

Eclypsia’s very first official extension dedicated to its webtvs!

Qu'est-ce que ECLYPSIA Webtvs ?

ECLYPSIA Webtvs est une extension Chrome développée par https://www.eclypsia.com, et sa fonction principale est "Eclypsia’s very first official extension dedicated to its webtvs!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ECLYPSIA Webtvs

Téléchargez les fichiers d'extension ECLYPSIA Webtvs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Discover the very first extension dedicated to Eclypsia’s webtvs. 
Easy to install, it will warn you each time one of your favorite shows or streamers goes live so you never miss any webtv show anymore!                    

Informations de Base sur l'Extension

Nom ECLYPSIA Webtvs ECLYPSIA Webtvs
ID ikmoijimgccfopaebjaidhddgkcfmpjf
URL Officiel https://chromewebstore.google.com/detail/eclypsia-webtvs/ikmoijimgccfopaebjaidhddgkcfmpjf
Description Eclypsia’s very first official extension dedicated to its webtvs!
Taille du Fichier 48.25 KB
Nombre d'Installations 35
Version Actuelle 0.1
Dernière Mise à Jour 2016-01-12
Date de Publication 2016-01-12
Évaluation 5.00/5 Total 9 Évaluations
Développeur https://www.eclypsia.com
Type de Paiement free
Langues Prises en Charge en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "EC-WebTV",
    "description": "__MSG_appDesc__",
    "version": "0.1",
    "author": "eclypsia",
    "default_locale": "fr",
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "https:\/\/*.google.com\/"
    ],
    "background": {
        "scripts": [
            "app\/jquery-2.1.4.min.js",
            "app\/bootstrap.js",
            "app\/calendarsManager.js",
            "app\/alarmsManager.js",
            "app\/eventsManager.js",
            "app\/notificationsManager.js",
            "app\/translatorManager.js",
            "app\/view.js",
            "app\/controller.js",
            "app\/app.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "app\/icons\/eclypsia32.png",
            "38": "app\/icons\/eclypsia48.png"
        },
        "default_title": "Eclypsia WebTV Stream",
        "default_popup": "app\/popup.html"
    },
    "minimum_chrome_version": "32"
}