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開發的Chrome擴展程式,該擴展的主要功能是“Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler…”。

擴展截圖

screenshot
screenshot
screenshot

下載Spoilerproof: The 1-Click Spoiler Block擴展crx文件

下載Spoilerproof: The 1-Click Spoiler Block擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}