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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tmarkn และคุณลักษณะหลักของมันคือ "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BetterCrunchyroll
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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"
]
} | |