YouTube toggle

Pause / play youtube via shortcut from anywhere

YouTube toggleคืออะไร?

YouTube toggle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Florian Thomas และคุณลักษณะหลักของมันคือ "Pause / play youtube via shortcut from anywhere"

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

screenshot

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

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

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

                        Set the shortcut in your chrome settings  and it will pause / play your open YouTube-Video once you press the specified key combination.                    

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

ชื่อ YouTube toggle YouTube toggle
ID hpfgcckhlgfbajmpcfbdidecbfmmccjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-toggle/hpfgcckhlgfbajmpcfbdidecbfmmccjj
คำอธิบาย Pause / play youtube via shortcut from anywhere
ขนาดไฟล์ 7.8 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-06-28
วันที่เผยแพร่ 2016-06-28
ผู้พัฒนา Florian Thomas
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Crunch09/youtube-toggle
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube toggle",
    "description": "Pause \/ play youtube via shortcut from anywhere",
    "version": "1.0",
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*"
    ],
    "commands": {
        "toggle-youtube": {
            "suggested_key": {
                "default": "Ctrl+Shift+P"
            },
            "description": "Toggle YouTube"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128_128.png",
        "48": "icon48_48.png"
    },
    "author": "Florian Thomas"
}