Corobizar - Alerte Live

Soyez informés dès qu'un stream est disponible sur Corobizar.com

Co je Corobizar - Alerte Live?

Corobizar - Alerte Live je rozšíření Chrome vyvinuté Corobizar.com, a jeho hlavní funkcí je „Soyez informés dès qu'un stream est disponible sur Corobizar.com“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Corobizar - Alerte Live

Stáhněte si soubory rozšíření Corobizar - Alerte Live ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Après de nombreuses années de recherche, l'armée des Lamasticots est heureuse de vous présenter en avant première cette extension qui va révolutionner le monde du streaming !

Soyez avertis dès qu'un streamer lance son émission sur Corobizar.com !

* L'icone Lamasticot change de couleur
* Une notification vous est envoyée vous précisant quel streamer est en ligne ainsi que l'émission qui est en cours

Pour toute information, n'hésitez pas à me contacter via le formulaire de contact du site.                    

Základní Informace o Rozšíření

Název Corobizar - Alerte Live Corobizar - Alerte Live
ID dflnhmchphajjkfadohcpiobjdhnfaed
Oficiální URL https://chromewebstore.google.com/detail/corobizar-alerte-live/dflnhmchphajjkfadohcpiobjdhnfaed
Popis Soyez informés dès qu'un stream est disponible sur Corobizar.com
Velikost souboru 848 KB
Počet instalací 3,940
Aktuální Verze 3.0.69
Poslední Aktualizace 2022-03-02
Datum Vydání 2020-05-14
Hodnocení 4.90/5 Celkem 261 Hodnocení
Vývojář Corobizar.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://corobizar.com
URL Stránky Nápovědy http://corobizar.com/contact/
Podporované Jazyky fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Corobizar - Alerte Live",
    "description": "Soyez inform\u00e9s d\u00e8s qu'un stream est disponible sur Corobizar.com",
    "author": "Alexandre Stahmer ",
    "version": "3.0.69",
    "manifest_version": 2,
    "icons": {
        "48": "assets\/icons\/icon-48px.png",
        "128": "assets\/icons\/icon-128px.png"
    },
    "browser_action": {
        "default_title": "Corobizar",
        "default_popup": "popup\/popup.html",
        "default_icon": ".\/assets\/icons\/icon-48px-navbar.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "background",
        "notifications",
        "storage",
        "alarms",
        "identity",
        "https:\/\/i.ytimg.com\/vi\/*",
        "https:\/\/www.googleapis.com\/*"
    ]
}