KRL_STREAM

L'extension qui t'informe si KRL est en LIVE sur Twitch !

What is KRL_STREAM?

KRL_STREAM is a Chrome extension developed by tiiBz, and its main feature is "L'extension qui t'informe si KRL est en LIVE sur Twitch !".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download KRL_STREAM Extension CRX File

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

                        Tu n'as pas envie de louper un seul live ou vidéo YouTube de ton gourou préféré ? Tu veux être au courant des dernières actualités GenOne ?

Cette extension est faite pour toi !                    

Extension Basic Information

Name KRL_STREAM KRL_STREAM
ID onhlfmmdcbcgabgdhnkidnjjpdodpbfg
Official URL https://chromewebstore.google.com/detail/krlstream/onhlfmmdcbcgabgdhnkidnjjpdodpbfg
Description L'extension qui t'informe si KRL est en LIVE sur Twitch !
File Size 647 KB
Installation Count 1,315
Current Version 0.4.9
Last Updated 2023-11-25
Publish Date 2023-01-06
Rating 5.00/5 Total 10 Ratings
Developer tiiBz
Email [email protected]
Payment Type free
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "tiiBz",
    "description": "L'extension qui t'informe si KRL est en LIVE sur Twitch !",
    "name": "KRL_STREAM",
    "version": "0.4.9",
    "icons": {
        "16": "icons\/krl16.png",
        "32": "icons\/krl32.png",
        "48": "icons\/krl48.png",
        "128": "icons\/krl128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "background"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/krl16.png",
            "32": "icons\/krl32.png",
            "48": "icons\/krl48.png",
            "128": "icons\/krl128.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*.krl.tiibz.dev\/*",
        "*:\/\/*.ytimg.com\/*",
        "*:\/\/*.hltv.org\/*",
        "*:\/\/static-cdn.jtvnw.net\/*"
    ],
    "manifest_version": 3
}