YouTube Line

Locks the YouTube player timeline

Cos'è YouTube Line?

YouTube Line è un'estensione di Chrome sviluppata da Light Alex, e la sua funzione principale è "Locks the YouTube player timeline".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Line

Scarica i file di estensione YouTube Line in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome YouTube Line YouTube Line
ID olpncmboeipmdokpobmfjohclhaefofm
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-line/olpncmboeipmdokpobmfjohclhaefofm
Descrizione Locks the YouTube player timeline
Dimensione del File 110 KB
Conteggio Installazioni 1,320
Versione Corrente 1.0.3.1
Ultimo Aggiornamento 2021-04-25
Data di Pubblicazione 2019-04-15
Valutazione 4.75/5 Totale 28 Valutazioni
Sviluppatore Light Alex
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://addons.lightalex.com/?source=chrome_store
Lingue Supportate 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"
            ]
        }
    ]
}