Spoiler Specs

Removes spoilery thumbnails and descriptions on streaming sites

Wat is Spoiler Specs?

Spoiler Specs is een Chrome-extensie ontwikkeld door tomlumperson, en de belangrijkste functie is "Removes spoilery thumbnails and descriptions on streaming sites".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Spoiler Specs

Download Spoiler Specs-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

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

Basisinformatie over de Extensie

Naam Spoiler Specs Spoiler Specs
ID ooegdkkipjbdfhdkamblcfljmolhakbo
Officiële URL https://chromewebstore.google.com/detail/spoiler-specs/ooegdkkipjbdfhdkamblcfljmolhakbo
Beschrijving Removes spoilery thumbnails and descriptions on streaming sites
Bestandsgrootte 28.69 KB
Aantal Installaties 117
Huidige Versie 1.1.3
Laatst Bijgewerkt 2021-05-28
Publicatiedatum 2019-10-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar tomlumperson
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.tomlum.com/spoilerspecs
Ondersteunde Talen 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"
            ]
        }
    ]
}