No Spoilers

Hide all spoiler content from youtube.

Wat is No Spoilers?

No Spoilers is een Chrome-extensie ontwikkeld door grayhathacks10, en de belangrijkste functie is "Hide all spoiler content from youtube.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie No Spoilers

Download No Spoilers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam No Spoilers No Spoilers
ID kfbhhaallccnekmpojknfjblchllocgb
Officiële URL https://chromewebstore.google.com/detail/no-spoilers/kfbhhaallccnekmpojknfjblchllocgb
Beschrijving Hide all spoiler content from youtube.
Bestandsgrootte 27.09 KB
Aantal Installaties 105
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-05-12
Publicatiedatum 2022-05-09
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar grayhathacks10
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/GrayHat12/no-spoilers
Help Pagina-URL https://github.com/GrayHat12/no-spoilers
Ondersteunde Talen 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"
    }
}