Playback Controls

Skip YouTube ads / Control video playbacks using keyboard shortcuts

Playback Controlsคืออะไร?

Playback Controls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ankur1812vu และคุณลักษณะหลักของมันคือ "Skip YouTube ads / Control video playbacks using keyboard shortcuts"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Playback Controls

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

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

                        This extension allows users to control all video playbacks on the internet.

Use the keyboard shortcuts to speed up/down the videos, increase/decrease volume, fast-forward or rewind, or play/pause/end the videos.

The extension can also skip YouTube/ Facebook  ads.

The shortcuts can be viewed from the popup-menu once the plugin has been installed (as shown in the screenshots).                    

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

ชื่อ Playback Controls Playback Controls
ID nfehebbfejljgpcklfmklfheidkcongg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/playback-controls/nfehebbfejljgpcklfmklfheidkcongg
คำอธิบาย Skip YouTube ads / Control video playbacks using keyboard shortcuts
ขนาดไฟล์ 40.57 KB
จำนวนการติดตั้ง 82
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2022-04-11
วันที่เผยแพร่ 2021-12-31
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา ankur1812vu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playback Controls",
    "description": "Skip YouTube ads \/ Control video playbacks using keyboard shortcuts",
    "version": "2.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentScript_playback_ctrls.css"
            ],
            "js": [
                "contentScript_playback_ctrls.js"
            ],
            "exclude_matches": []
        }
    ],
    "permissions": [],
    "action": {
        "default_popup": "popup_playback_ctrls.html",
        "default_icon": {
            "16": "\/images\/playback3.png",
            "32": "\/images\/playback3.png",
            "48": "\/images\/playback3.png",
            "128": "\/images\/playback3.png"
        }
    },
    "icons": {
        "16": "\/images\/playback3.png",
        "32": "\/images\/playback3.png",
        "48": "\/images\/playback3.png",
        "128": "\/images\/playback3.png"
    }
}