Keyboard controls for HBO Nordic web player

Adds simple keyboard controls to the HBO Nordic web player.

Keyboard controls for HBO Nordic web playerคืออะไร?

Keyboard controls for HBO Nordic web player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tobias Emil Harbo และคุณลักษณะหลักของมันคือ "Adds simple keyboard controls to the HBO Nordic web player."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keyboard controls for HBO Nordic web player

ดาวน์โหลดไฟล์ส่วนขยาย Keyboard controls for HBO Nordic web player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Adds simple keyboard controls to the HBO Nordic web player enabling you to play/pause the video by pressing the space bar, control the volume with the up/down arrow keys, skipping with left/right arrows keys and number keys.

*** Version 2.1: ***
Includes:
 * Playback speed controls                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Keyboard controls for HBO Nordic web player Keyboard controls for HBO Nordic web player
ID emcdkbmoobfkkojdkncpejgmlhngokdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/keyboard-controls-for-hbo/emcdkbmoobfkkojdkncpejgmlhngokdc
คำอธิบาย Adds simple keyboard controls to the HBO Nordic web player.
ขนาดไฟล์ 937 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2021-07-23
วันที่เผยแพร่ 2020-02-02
คะแนน 2.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Tobias Emil Harbo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyboard controls for HBO Nordic web player",
    "version": "2.1",
    "short_name": "HBO Nordic player keyboard controls",
    "description": "Adds simple keyboard controls to the HBO Nordic web player.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16_not_playing_out_of_focus.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hbonordic.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "playback-rate.svg",
        "playback-rate-active.svg"
    ],
    "manifest_version": 2
}