Crunchyroll Spoiler Patrol

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

What is Crunchyroll Spoiler Patrol?

Crunchyroll Spoiler Patrol is a Chrome extension developed by https://jihae.moe, and its main feature is "Hides episode titles, descriptions, and thumbnails on Crunchyroll.com".

Extension Screenshots

screenshot
screenshot

Download Crunchyroll Spoiler Patrol Extension CRX File

Download Crunchyroll Spoiler Patrol extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Crunchyroll Spoiler Patrol Crunchyroll Spoiler Patrol
ID knjolfkaakakjkidapblabdknegcikjo
Official URL https://chromewebstore.google.com/detail/crunchyroll-spoiler-patro/knjolfkaakakjkidapblabdknegcikjo
Description Hides episode titles, descriptions, and thumbnails on Crunchyroll.com
File Size 115 KB
Installation Count 40
Current Version 0.0.0.1
Last Updated 2020-04-27
Publish Date 2020-04-26
Rating 3.00/5 Total 2 Ratings
Developer https://jihae.moe
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}