Twitch Live Sratuke

Vous notifie lorsque Sratuke est en live

Apa itu Twitch Live Sratuke?

Twitch Live Sratuke adalah ekstensi Chrome yang dikembangkan oleh Jyben, dan fitur utamanya adalah "Vous notifie lorsque Sratuke est en live".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitch Live Sratuke

Unduh file ekstensi Twitch Live Sratuke dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Vous notifie lorsque Sratuke est en live.                    

Informasi Dasar Ekstensi

Nama Twitch Live Sratuke Twitch Live Sratuke
ID gdhbppdfpgjgbepdbgiaehnobliaakhd
URL Resmi https://chromewebstore.google.com/detail/twitch-live-sratuke/gdhbppdfpgjgbepdbgiaehnobliaakhd
Deskripsi Vous notifie lorsque Sratuke est en live
Ukuran File 169 KB
Jumlah Instalasi 29
Versi Saat Ini 2.0.4
Terakhir Diperbarui 2020-05-01
Tanggal Publikasi 2020-05-01
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Jyben
Tipe Pembayaran free
Bahasa yang Didukung fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Live Sratuke",
    "description": "Vous notifie lorsque Sratuke est en live",
    "version": "2.0.4",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "js\/twitchalert.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.14.3\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.1.3\/js\/bootstrap.min.js object-src 'self'"
}