KRL_STREAM

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

Cos'è KRL_STREAM?

KRL_STREAM è un'estensione di Chrome sviluppata da tiiBz, e la sua funzione principale è "L'extension qui t'informe si KRL est en LIVE sur Twitch !".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione KRL_STREAM

Scarica i file di estensione KRL_STREAM in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 !                    

Informazioni di Base sull'Estensione

Nome KRL_STREAM KRL_STREAM
ID onhlfmmdcbcgabgdhnkidnjjpdodpbfg
URL Ufficiale https://chromewebstore.google.com/detail/krlstream/onhlfmmdcbcgabgdhnkidnjjpdodpbfg
Descrizione L'extension qui t'informe si KRL est en LIVE sur Twitch !
Dimensione del File 647 KB
Conteggio Installazioni 1,315
Versione Corrente 0.4.9
Ultimo Aggiornamento 2023-11-25
Data di Pubblicazione 2023-01-06
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore tiiBz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}