Corobizar - Alerte Live

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

What is Corobizar - Alerte Live?

Corobizar - Alerte Live is a Chrome extension developed by Corobizar.com, and its main feature is "Soyez informés dès qu'un stream est disponible sur Corobizar.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download Corobizar - Alerte Live Extension CRX File

Download Corobizar - Alerte 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

                        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.                    

Extension Basic Information

Name Corobizar - Alerte Live Corobizar - Alerte Live
ID dflnhmchphajjkfadohcpiobjdhnfaed
Official URL https://chromewebstore.google.com/detail/corobizar-alerte-live/dflnhmchphajjkfadohcpiobjdhnfaed
Description Soyez informés dès qu'un stream est disponible sur Corobizar.com
File Size 848 KB
Installation Count 3,940
Current Version 3.0.69
Last Updated 2022-03-02
Publish Date 2020-05-14
Rating 4.90/5 Total 261 Ratings
Developer Corobizar.com
Email [email protected]
Payment Type free
Extension Website http://corobizar.com
Help Page URL http://corobizar.com/contact/
Supported Languages 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\/*"
    ]
}