youtate

Rotate YouTuBe Video window

youtateคืออะไร?

youtate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sir0xb และคุณลักษณะหลักของมันคือ "Rotate YouTuBe Video window"

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

screenshot
screenshot

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

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

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

                        The video can be rotated 90°. The button area is still below. The height of the rotated video is automatically adjusted according to the height of the window. The right-click menu can also be operated.                    

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

ชื่อ youtate youtate
ID gnlldphmfolonkaaajghadnkdhajofoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtate/gnlldphmfolonkaaajghadnkdhajofoi
คำอธิบาย Rotate YouTuBe Video window
ขนาดไฟล์ 33.32 KB
จำนวนการติดตั้ง 243
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2018-12-19
วันที่เผยแพร่ 2018-12-19
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Sir0xb
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "youtate",
    "version": "1.0.0",
    "description": "Rotate YouTuBe Video window",
    "icons": {
        "16": "img\/Actions-transform-rotate-icon.png",
        "48": "img\/Actions-transform-rotate-icon.png",
        "128": "img\/Actions-transform-rotate-icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "img\/Actions-transform-rotate-icon.png",
        "default_title": "Rotate YouTuBe Video window"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "js\/payload.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "declarativeContent"
    ],
    "homepage_url": "https:\/\/boliball.com",
    "omnibox": {
        "keyword": "ro"
    },
    "devtools_page": "devtools.html"
}