HBO Nordic - Video player improvements
Fixes some of the flaws in HBO's video player...
HBO Nordic - Video player improvementsคืออะไร?
HBO Nordic - Video player improvements เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Fixes some of the flaws in HBO's video player..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HBO Nordic - Video player improvements
ดาวน์โหลดไฟล์ส่วนขยาย HBO Nordic - Video player improvements ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension fixes some of the flaws in the HBO nordic's video player. Features include:
- Pause/start on "space" press.
- Go 10 sec backwards on "left arrow" press.
- Go 10 sec forward on "right arrow" press.
- Increase volume by 10% on "up arrow" press.
- Decrease volume by 10% on "down arrow" press.
- Mute on "m" press.
- Toggle fullscreen on "f" press.
- Toggle fullscreen on double click. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ealpehbjpmfkofoognnaahlmdehkjfni |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hbo-nordic-video-player-i/ealpehbjpmfkofoognnaahlmdehkjfni |
| คำอธิบาย | Fixes some of the flaws in HBO's video player... |
| ขนาดไฟล์ | 15.23 KB |
| จำนวนการติดตั้ง | 90 |
| เวอร์ชันปัจจุบัน | 0.0.1 |
| อัปเดตครั้งล่าสุด | 2019-12-01 |
| วันที่เผยแพร่ | 2019-11-30 |
| คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | Unknown |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "HBO Nordic - Video player improvements",
"version": "0.0.1",
"description": "Fixes some of the flaws in HBO's video player...",
"homepage_url": "https:\/\/boye.dev",
"browser_action": {
"default_title": "HBO Nordic - Video player improvements"
},
"icons": {
"16": "remote-control-16.png",
"32": "remote-control-32.png",
"128": "remote-control.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.hbonordic.com\/*"
],
"js": [
"inject.js"
]
}
],
"permissions": [
"https:\/\/*.hbonordic.com\/*",
"http:\/\/*.hbonordic.com\/*",
"activeTab"
]
} | |