YouTube Line

Locks the YouTube player timeline

什麼是YouTube Line?

YouTube Line是由Light Alex開發的Chrome擴展程式,該擴展的主要功能是“Locks the YouTube player timeline”。

擴展截圖

screenshot
screenshot

下載YouTube Line擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}