YouTube Line

Locks the YouTube player timeline

YouTube Line là gì?

YouTube Line là một tiện ích mở rộng Chrome được phát triển bởi Light Alex, và tính năng chính của nó là "Locks the YouTube player timeline".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Line

Tải xuống các tệp mở rộng YouTube Line dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Line YouTube Line
ID olpncmboeipmdokpobmfjohclhaefofm
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-line/olpncmboeipmdokpobmfjohclhaefofm
Mô tả Locks the YouTube player timeline
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 1,320
Phiên Bản Hiện Tại 1.0.3.1
Cập Nhật Lần Cuối 2021-04-25
Ngày Phát Hành 2019-04-15
Đánh Giá 4.75/5 Tổng số 28 Đánh Giá
Nhà Phát Triển Light Alex
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://addons.lightalex.com/?source=chrome_store
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}