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…

Spoilerproof: The 1-Click Spoiler Block क्या है?

Spoilerproof: The 1-Click Spoiler Block spoilerproof.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spoilerproof: The 1-Click Spoiler Block एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Spoilerproof: The 1-Click Spoiler Block Spoilerproof: The 1-Click Spoiler Block
ID hmijoeophhplodchameaogmgdcphnode
आधिकारिक URL https://chromewebstore.google.com/detail/spoilerproof-the-1-click/hmijoeophhplodchameaogmgdcphnode
विवरण Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler…
फ़ाइल का आकार 6.3 MB
स्थापना संख्या 286
वर्तमान संस्करण 1.0.10
अंतिम अपडेट 2024-01-17
प्रकाशन तिथि 2023-10-18
रेटिंग 4.45/5 कुल 11 रेटिंग्स
डेवलपर spoilerproof.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://spoilerproof.netlify.app/
गोपनीयता नीति पृष्ठ URL https://spoilerproof.netlify.app/privacy-policy
समर्थित भाषाएँ 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"
    }
}