No Spoilers

Hide all spoiler content from youtube.

Apa itu No Spoilers?

No Spoilers adalah ekstensi Chrome yang dikembangkan oleh grayhathacks10, dan fitur utamanya adalah "Hide all spoiler content from youtube.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi No Spoilers

Unduh file ekstensi No Spoilers 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

                        This extension lets you add keywords based on which it blurs video cards from youtube. This helps you avoid spoilers and enjoy your youtube experience. You can still choose to watch the blurred video by changing toogling it's visibility.                    

Informasi Dasar Ekstensi

Nama No Spoilers No Spoilers
ID kfbhhaallccnekmpojknfjblchllocgb
URL Resmi https://chromewebstore.google.com/detail/no-spoilers/kfbhhaallccnekmpojknfjblchllocgb
Deskripsi Hide all spoiler content from youtube.
Ukuran File 27.09 KB
Jumlah Instalasi 105
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2022-05-12
Tanggal Publikasi 2022-05-09
Penilaian 5.00/5 Total 4 Penilaian
Pengembang grayhathacks10
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/GrayHat12/no-spoilers
URL Halaman Bantuan https://github.com/GrayHat12/no-spoilers
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No Spoilers",
    "offline_enabled": true,
    "description": "Hide all spoiler content from youtube.",
    "action": {
        "default_title": "No Spoilers",
        "default_popup": ".\/html\/popup.html"
    },
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/js\/youtube.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": ".\/assets\/icon16.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    }
}