BetterCrunchyroll
Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
什麼是BetterCrunchyroll?
BetterCrunchyroll是由Tmarkn開發的Chrome擴展程式,該擴展的主要功能是“Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button”。
擴展截圖
下載BetterCrunchyroll擴展crx文件
下載BetterCrunchyroll擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Makes Crunchyroll better.
• larger video player
• automatic scrolling to video
• scroll to video button
Does not access any of your data. 擴展基本資訊
| 名稱 | |
| ID | cldnbplkggalmoinfcocckdahbnhjded |
| 官方網址 | https://chromewebstore.google.com/detail/bettercrunchyroll/cldnbplkggalmoinfcocckdahbnhjded |
| 簡介 | Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button |
| 檔案大小 | 23.2 KB |
| 安裝次數 | 287 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2020-09-23 |
| 上架時間 | 2020-09-21 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Tmarkn |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BetterCrunchyroll",
"version": "1.1.0",
"description": "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button",
"icons": {
"16": "\/images\/bcr-logo16.png",
"48": "\/images\/bcr-logo48.png",
"128": "\/images\/bcr-logo128.png"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/www.crunchyroll.com\/*"
]
}
],
"web_accessible_resources": [
"\/images\/upbutton.png",
"styles.css"
]
} | |