YTex YouTube Extension

Adds more controls to youtube html5 player

YTex YouTube Extensionคืออะไร?

YTex YouTube Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SeKa และคุณลักษณะหลักของมันคือ "Adds more controls to youtube html5 player"

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

screenshot

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

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

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

                        Die Extension fügt dem HTML5 Player auf YouTube zwei weitere Buttons hinzu, mit denen man 10 Sekunden vor oder zurück springen kann.

The Extension adds two buttons to the YouTube control bar with which you can skip the next 10 seconds or rewind 10 seconds                    

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

ชื่อ YTex YouTube Extension YTex YouTube Extension
ID mllojahkjeoinmhcinbcnkleeefdohbm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ytex-youtube-extension/mllojahkjeoinmhcinbcnkleeefdohbm
คำอธิบาย Adds more controls to youtube html5 player
ขนาดไฟล์ 33.74 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-07-08
วันที่เผยแพร่ 2017-09-18
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา SeKa
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YTex YouTube Extension",
    "description": "Adds more controls to youtube html5 player",
    "version": "1.2",
    "browser_action": {
        "default_icon": "ytex128.png"
    },
    "icons": {
        "16": "ytex16.png",
        "48": "ytex48.png",
        "128": "ytex128.png"
    },
    "web_accessible_resources": [
        "Forward.png",
        "Rewind.png"
    ],
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "ytex.css"
            ],
            "js": [
                "ytex.js"
            ],
            "run_at": "document_end"
        }
    ]
}