ZeratoR

Soyez au courant quand votre streameur préféré commence à streamer!

What is ZeratoR?

ZeratoR is a Chrome extension developed by Ulas ATILA, and its main feature is "Soyez au courant quand votre streameur préféré commence à streamer!".

Extension Screenshots

screenshot
screenshot

Download ZeratoR Extension CRX File

Download ZeratoR 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

                        Soyez au courant quand ZeratoR commence à streamer!

L'icone de l'extension passe au vert quand ZeratoR est en live.
Ouvre un onglet vers le site de ZeratoR quand il est vert et qu'on clique dessus.

Développée par Ulas Atila - Pour toute réclamation de fonctionnalité, vous pouvez me contacter sur mon twitter @ulas_atila.                    

Extension Basic Information

Name ZeratoR ZeratoR
ID ddjkdjlmooeobhagmmadigadffijpoio
Official URL https://chromewebstore.google.com/detail/zerator/ddjkdjlmooeobhagmmadigadffijpoio
Description Soyez au courant quand votre streameur préféré commence à streamer!
File Size 47.19 KB
Installation Count 12,872
Current Version 2.5.1
Last Updated 2022-02-25
Publish Date 2020-05-20
Rating 4.91/5 Total 342 Ratings
Developer Ulas ATILA
Email [email protected]
Payment Type free
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ZeratoR",
    "description": "Soyez au courant quand votre streameur pr\u00e9f\u00e9r\u00e9 commence \u00e0 streamer!",
    "version": "2.5.1",
    "background": {
        "scripts": [
            "parameters.js",
            "btnlive.js",
            "chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "iconoff48.png"
    },
    "icons": {
        "16": "iconoff16.png",
        "48": "iconoff48.png",
        "128": "iconoff128.png"
    }
}