Spoiler Specs

Removes spoilery thumbnails and descriptions on streaming sites

Spoiler Specsคืออะไร?

Spoiler Specs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tomlumperson และคุณลักษณะหลักของมันคือ "Removes spoilery thumbnails and descriptions on streaming sites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spoiler Specs

ดาวน์โหลดไฟล์ส่วนขยาย Spoiler Specs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Removes spoilery thumbnails and descriptions on HBO, Netflix, Hulu, Crunchyroll, and Amazon.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spoiler Specs Spoiler Specs
ID ooegdkkipjbdfhdkamblcfljmolhakbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spoiler-specs/ooegdkkipjbdfhdkamblcfljmolhakbo
คำอธิบาย Removes spoilery thumbnails and descriptions on streaming sites
ขนาดไฟล์ 28.69 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2021-05-28
วันที่เผยแพร่ 2019-10-18
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา tomlumperson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tomlum.com/spoilerspecs
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spoiler Specs",
    "short_name": "Spoiler Specs",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "Removes spoilery thumbnails and descriptions on streaming sites",
    "homepage_url": "http:\/\/www.TomLum.com\/spoilerspecs",
    "icons": {
        "128": "icons\/icon128on.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon128on.png",
        "default_title": "Spoiler Specs",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.hulu.com\/*"
            ],
            "js": [
                "src\/inject\/hulu.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "src\/inject\/amazon.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.hbogo.com\/*"
            ],
            "js": [
                "src\/inject\/hbogo.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ],
            "js": [
                "src\/inject\/hbomax.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.hbonow.com\/*"
            ],
            "js": [
                "src\/inject\/hbogo.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "src\/inject\/netflix.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.crunchyroll.com\/*"
            ],
            "js": [
                "src\/inject\/crunchyroll.js"
            ]
        }
    ]
}