YouTube Line

Locks the YouTube player timeline

What is YouTube Line?

YouTube Line is a Chrome extension developed by Light Alex, and its main feature is "Locks the YouTube player timeline".

Extension Screenshots

screenshot
screenshot

Download YouTube Line Extension CRX File

Download YouTube Line extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube Line YouTube Line
ID olpncmboeipmdokpobmfjohclhaefofm
Official URL https://chrome.google.com/webstore/detail/youtube-line/olpncmboeipmdokpobmfjohclhaefofm
Description Locks the YouTube player timeline
File Size 110 KB
Installation Count 1,320
Current Version 1.0.3.1
Last Updated 2021-04-25
Publish Date 2019-04-15
Rating 4.75/5 Total 28 Ratings
Developer Light Alex
Email [email protected]
Payment Type free
Extension Website https://addons.lightalex.com/?source=chrome_store
Supported Languages 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"
            ]
        }
    ]
}