TTV LOL

TTV LOL

Apa itu TTV LOL?

TTV LOL adalah ekstensi Chrome yang dikembangkan oleh https://ttv.lol, dan fitur utamanya adalah "TTV LOL".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TTV LOL

Unduh file ekstensi TTV LOL 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

                        TTV LOL removes livestream ads from your favorite streaming site.

TTV LOL removes livestream ads from twitch.tv without compromise in video quality or the plagued "purple screen of death"

Github:
https://github.com/TTV-LOL/extensions
Discord:
https://discord.gg/NAv7AFAyTF                    

Informasi Dasar Ekstensi

Nama TTV LOL TTV LOL
ID ofbbahodfeppoklmgjiokgfdgcndngjm
URL Resmi https://chromewebstore.google.com/detail/ttv-lol/ofbbahodfeppoklmgjiokgfdgcndngjm
Deskripsi TTV LOL
Ukuran File 106 KB
Jumlah Instalasi 239,911
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2021-04-20
Tanggal Publikasi 2021-04-08
Penilaian 3.53/5 Total 486 Penilaian
Pengembang https://ttv.lol
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ttv.lol/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon.png"
        },
        "default_popup": "common\/html\/popup.html",
        "default_title": "TTV LOL"
    },
    "description": "TTV LOL",
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "TTV LOL",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.twitch.tv\/*",
        "https:\/\/usher.ttvnw.net\/*",
        "https:\/\/api.ttv.lol\/*"
    ],
    "version": "0.0.0.3"
}