Azghaaar Twitch

Notifie lorsque Azghaaar est en live !

What is Azghaaar Twitch?

Azghaaar Twitch is a Chrome extension developed by The Azgharie, and its main feature is "Notifie lorsque Azghaaar est en live !".

Extension Screenshots

screenshot

Download Azghaaar Twitch Extension CRX File

Download Azghaaar Twitch 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

                        Cette extension est liée au streamer Azghaaar sur Twitch. https://twitch.tv/azghaaar

Elle vous permet d'être notifié quand Azghaaar est en live. Elle ajoute une icône, ainsi qu'une popup, en haut à droite de votre navigateur avec un indicateur rouge ou vert selon le statut du live d'Azghaaar.

Made by Dermos.                    

Extension Basic Information

Name Azghaaar Twitch Azghaaar Twitch
ID cglokalcninalaelnfeonnijfehmpaop
Official URL https://chromewebstore.google.com/detail/azghaaar-twitch/cglokalcninalaelnfeonnijfehmpaop
Description Notifie lorsque Azghaaar est en live !
File Size 744 KB
Installation Count 46
Current Version 1.3.2
Last Updated 2021-07-15
Publish Date 2020-05-28
Rating 5.00/5 Total 3 Ratings
Developer The Azgharie
Email [email protected]
Payment Type free
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Azghaaar Twitch",
    "author": "Dermos",
    "description": "Notifie lorsque Azghaaar est en live !",
    "version": "1.3.2",
    "permissions": [
        "*:\/\/api.twitch.azgharie.net\/*",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "img\/rond128pn.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "img\/rond128pn.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery-3.5.1.min.js",
            "js\/background.js"
        ]
    }
}