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 |
| 公式URL | 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 |
| Eメール | [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"
]
} | |