Crunchyroll Skipper
Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll
什麼是Crunchyroll Skipper?
Crunchyroll Skipper是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll”。
擴展截圖
下載Crunchyroll Skipper擴展crx文件
下載Crunchyroll Skipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension users can upload a time frame for either intros or outros per anime episode. Once a time frame is uploaded, a skip button will appear when the episode reaches the uploaded time frame. If the user clicks the skip button, the time frame will be skipped. 擴展基本資訊
| 名稱 | |
| ID | ipanhcjnbhelglccnikmfmikmeakbcfk |
| 官方網址 | https://chromewebstore.google.com/detail/crunchyroll-skipper/ipanhcjnbhelglccnikmfmikmeakbcfk |
| 簡介 | Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll |
| 檔案大小 | 19.04 KB |
| 安裝次數 | 432 |
| 目前版本 | 1.2 |
| 更新時間 | 2020-06-10 |
| 上架時間 | 2020-06-10 |
| 評分 | 4.33/5 共 3 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 擴展官網 | https://github.com/Weretiger/crskipper |
| 說明頁面URL | https://github.com/Weretiger/crskipper |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Crunchyroll Skipper",
"version": "1.2",
"description": "Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/static.crunchyroll.com\/vilos-v2\/web\/vilos\/player.html*"
],
"js": [
"content_script.js"
],
"all_frames": true
}
],
"permissions": [],
"manifest_version": 2
} | |