Crunchyroll Synopsis Hider
An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.
什么是Crunchyroll Synopsis Hider?
Crunchyroll Synopsis Hider是由Zak Farmer开发的Chrome扩展程序,该扩展的主要功能是“An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.”。
扩展截图
下载Crunchyroll Synopsis Hider扩展crx文件
下载Crunchyroll Synopsis Hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension that hides the synopsis of anime episodes on Crunchyroll for the purpose of avoiding spoilers.
扩展基本信息
名称 | Crunchyroll Synopsis Hider |
ID | knifeefpnmekmdbhcijgobndaklhclea |
官方URL | https://chromewebstore.google.com/detail/crunchyroll-synopsis-hide/knifeefpnmekmdbhcijgobndaklhclea |
简介 | An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers. |
文件大小 | 216 KB |
安装次数 | 39 |
当前版本 | 1.1.0 |
更新时间 | 2016-09-24 |
上架时间 | 2016-09-24 |
评分 | 3.60/5 共5次评分 |
开发者 | Zak Farmer |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crunchyroll Synopsis Hider", "description": "An extension that hides the synopsis for anime episodes on Crunchyroll for the sake of hiding spoilers.", "version": "1.1.0", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "css": [ "crunchyroll.css" ], "matches": [ "http:\/\/www.crunchyroll.com\/*" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/www.crunchyroll.com\/*", "tabs" ], "web_accessible_resources": [ "crunchyroll.css" ] } |