Spoilerproof: The 1-Click Spoiler Block

Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler…

Wat is Spoilerproof: The 1-Click Spoiler Block?

Spoilerproof: The 1-Click Spoiler Block is een Chrome-extensie ontwikkeld door spoilerproof.dev, en de belangrijkste functie is "Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Spoilerproof: The 1-Click Spoiler Block

Download Spoilerproof: The 1-Click Spoiler Block-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

                        Introducing Spoilerproof, the one-click spoiler block!

Simply select the title you want to avoid spoilers for, and our Spoiler Engine will detect spoiler terms on social media sites and block them for you. Once you've finished watching a title, the spoiler block is removed.

With over 2,000 titles across movies, TV shows, and video games, Spoilerproof ensures the internet will never ruin enjoyment of your favourite media. Happy browsing!                    

Basisinformatie over de Extensie

Naam Spoilerproof: The 1-Click Spoiler Block Spoilerproof: The 1-Click Spoiler Block
ID hmijoeophhplodchameaogmgdcphnode
Officiële URL https://chromewebstore.google.com/detail/spoilerproof-the-1-click/hmijoeophhplodchameaogmgdcphnode
Beschrijving Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler…
Bestandsgrootte 6.3 MB
Aantal Installaties 286
Huidige Versie 1.0.10
Laatst Bijgewerkt 2024-01-17
Publicatiedatum 2023-10-18
Beoordeling 4.45/5 Totaal 11 Beoordelingen
Ontwikkelaar spoilerproof.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://spoilerproof.netlify.app/
URL van de Privacybeleid Pagina https://spoilerproof.netlify.app/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spoilerproof: The 1-Click Spoiler Block",
    "description": "",
    "version": "1.0.10",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Save details."
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fb.com\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "css": [
                ".\/static\/css\/content.css"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "oauth2": {
        "client_id": "537307073351-824ma5c945scqhm3ahg67apmkdaqc5or.apps.googleusercontent.com",
        "scopes": [
            "email"
        ]
    },
    "permissions": [
        "storage",
        "identity",
        "webNavigation"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}