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”。
扩展截图
下载Crunchyroll Spoiler Patrol扩展crx文件
下载Crunchyroll Spoiler Patrol扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hides episode titles and preview images on Crunchyroll's desktop site
扩展基本信息
名称 | |
ID | knjolfkaakakjkidapblabdknegcikjo |
官方URL | 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" } } |