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 |
官方網址 | 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" ] } |