Crunchyroll Spoiler Patrol

Hides episode titles, descriptions, and thumbnails on Crunchyroll.com

Was ist Crunchyroll Spoiler Patrol?

Crunchyroll Spoiler Patrol ist eine Chrome-Erweiterung, die von https://jihae.moe entwickelt wurde, und ihr Hauptmerkmal ist "Hides episode titles, descriptions, and thumbnails on Crunchyroll.com".

Erweiterungsscreenshots

screenshot
screenshot

Crunchyroll Spoiler Patrol-Erweiterungs-CRX-Datei herunterladen

Laden Sie Crunchyroll Spoiler Patrol-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Hides episode titles and preview images on Crunchyroll's desktop site                    

Grundlegende Informationen zur Erweiterung

Name Crunchyroll Spoiler Patrol Crunchyroll Spoiler Patrol
ID knjolfkaakakjkidapblabdknegcikjo
Offizielle URL https://chromewebstore.google.com/detail/crunchyroll-spoiler-patro/knjolfkaakakjkidapblabdknegcikjo
Beschreibung Hides episode titles, descriptions, and thumbnails on Crunchyroll.com
Dateigröße 115 KB
Installationsanzahl 40
Aktuelle Version 0.0.0.1
Letztes Update 2020-04-27
Veröffentlichungsdatum 2020-04-26
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://jihae.moe
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crunchyroll Spoiler Patrol",
    "description": "Hides episode titles, descriptions, and thumbnails on Crunchyroll.com",
    "version": "0.0.0.1",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Crunchyroll Spoiler Patrol",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/www.crunchyroll.com\/*"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}