YouTube WATCHED. Classic View

This extension adds a WATCHED mark to the preview of the wholly or partly viewed video, and makes it dimmer. Like in good old days.

Wat is YouTube WATCHED. Classic View?

YouTube WATCHED. Classic View is een Chrome-extensie ontwikkeld door https://kiman.odesa.in, en de belangrijkste functie is "This extension adds a WATCHED mark to the preview of the wholly or partly viewed video, and makes it dimmer. Like in good old days.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouTube WATCHED. Classic View

Download YouTube WATCHED. Classic View-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        YouTube WATCHED extension adds a WATCHED mark to the thumbnail of viewed video, and makes it dimmer.                    

Basisinformatie over de Extensie

Naam YouTube WATCHED. Classic View YouTube WATCHED. Classic View
ID aendhplcpcfjlebhcjfiapmoaiekpkba
Officiële URL https://chromewebstore.google.com/detail/youtube-watched-classic-v/aendhplcpcfjlebhcjfiapmoaiekpkba
Beschrijving This extension adds a WATCHED mark to the preview of the wholly or partly viewed video, and makes it dimmer. Like in good old days.
Bestandsgrootte 10.4 KB
Aantal Installaties 11,497
Huidige Versie 0.4.5
Laatst Bijgewerkt 2022-01-30
Publicatiedatum 2020-01-03
Beoordeling 3.88/5 Totaal 121 Beoordelingen
Ontwikkelaar https://kiman.odesa.in
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://kiman.odesa.in/2017/08/31/plagin-prosmotreno-na-youtube-dlya-googlechrome/
Help Pagina-URL http://kiman.odesa.in/2017/08/31/youtube-plugin-that-marks-video-watched-for-google-chrome/
Ondersteunde Talen de,en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_short_chrome_extension_name__",
    "version": "0.4.5",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/feed\/history\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}