YouTube Extra 1

Move,Rotate,Zoom Video

YouTube Extra 1คืออะไร?

YouTube Extra 1 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anovsiradj และคุณลักษณะหลักของมันคือ "Move,Rotate,Zoom Video"

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

screenshot

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

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

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

                        This extension add custom controls on player to allow Move,Rotate,Zoom Video.                    

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

ชื่อ YouTube Extra 1 YouTube Extra 1
ID fbjmohjgkmpnngocnabbacbhlclfikib
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-extra-1/fbjmohjgkmpnngocnabbacbhlclfikib
คำอธิบาย Move,Rotate,Zoom Video
ขนาดไฟล์ 24.33 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2020-12-11
วันที่เผยแพร่ 2020-12-11
ผู้พัฒนา anovsiradj
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/anovsiradj/ytextra1/
URL หน้าช่วยเหลือ https://github.com/anovsiradj/ytextra1/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Extra 1",
    "description": "Move,Rotate,Zoom Video",
    "icons": {
        "32": "icons\/favicon_32.png",
        "48": "icons\/favicon_48.png",
        "96": "icons\/favicon_96.png",
        "144": "icons\/favicon_144.png"
    },
    "version": "0.0.1",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}