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…

Co je Spoilerproof: The 1-Click Spoiler Block?

Spoilerproof: The 1-Click Spoiler Block je rozšíření Chrome vyvinuté spoilerproof.dev, a jeho hlavní funkcí je „Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Spoilerproof: The 1-Click Spoiler Block

Stáhněte si soubory rozšíření Spoilerproof: The 1-Click Spoiler Block ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Spoilerproof: The 1-Click Spoiler Block Spoilerproof: The 1-Click Spoiler Block
ID hmijoeophhplodchameaogmgdcphnode
Oficiální URL https://chromewebstore.google.com/detail/spoilerproof-the-1-click/hmijoeophhplodchameaogmgdcphnode
Popis Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler…
Velikost souboru 6.3 MB
Počet instalací 286
Aktuální Verze 1.0.10
Poslední Aktualizace 2024-01-17
Datum Vydání 2023-10-18
Hodnocení 4.45/5 Celkem 11 Hodnocení
Vývojář spoilerproof.dev
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://spoilerproof.netlify.app/
URL Stránky Zásad Ochrany Soukromí https://spoilerproof.netlify.app/privacy-policy
Podporované Jazyky 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"
    }
}