Crunchyroll Spoiler Patrol

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

什麼是Crunchyroll Spoiler Patrol?

Crunchyroll Spoiler Patrol是由https://jihae.moe開發的Chrome擴展程式,該擴展的主要功能是“Hides episode titles, descriptions, and thumbnails on Crunchyroll.com”。

擴展截圖

screenshot
screenshot

下載Crunchyroll Spoiler Patrol擴展crx文件

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

擴展使用說明

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

擴展基本資訊

名稱 Crunchyroll Spoiler Patrol Crunchyroll Spoiler Patrol
ID knjolfkaakakjkidapblabdknegcikjo
官方網址 https://chromewebstore.google.com/detail/crunchyroll-spoiler-patro/knjolfkaakakjkidapblabdknegcikjo
簡介 Hides episode titles, descriptions, and thumbnails on Crunchyroll.com
檔案大小 115 KB
安裝次數 40
目前版本 0.0.0.1
更新時間 2020-04-27
上架時間 2020-04-26
評分 3.00/5 共 2 次評分
開發者 https://jihae.moe
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}