YouTube Line

Locks the YouTube player timeline

YouTube Lineคืออะไร?

YouTube Line เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Light Alex และคุณลักษณะหลักของมันคือ "Locks the YouTube player timeline"

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

screenshot
screenshot

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

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

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

                        Extension locks the YouTube player timeline. Now when player controls disappear, you can see the video timeline.                    

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

ชื่อ YouTube Line YouTube Line
ID olpncmboeipmdokpobmfjohclhaefofm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-line/olpncmboeipmdokpobmfjohclhaefofm
คำอธิบาย Locks the YouTube player timeline
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 1,320
เวอร์ชันปัจจุบัน 1.0.3.1
อัปเดตครั้งล่าสุด 2021-04-25
วันที่เผยแพร่ 2019-04-15
คะแนน 4.75/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา Light Alex
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://addons.lightalex.com/?source=chrome_store
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Line",
    "short_name": "__MSG_description__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.3.1",
    "author": "Light Alex",
    "options_page": "options.html",
    "icons": {
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png"
        }
    },
    "background": {
        "scripts": [
            "files\/script\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "files\/css\/style.css"
            ],
            "js": [
                "files\/script\/jquery-3.2.1.min.js",
                "files\/script\/postload.js"
            ]
        }
    ]
}