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.

Was ist YouTube WATCHED. Classic View?

YouTube WATCHED. Classic View ist eine Chrome-Erweiterung, die von https://kiman.odesa.in entwickelt wurde, und ihr Hauptmerkmal ist "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.".

Erweiterungsscreenshots

screenshot
screenshot

YouTube WATCHED. Classic View-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube WATCHED. Classic View-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name YouTube WATCHED. Classic View YouTube WATCHED. Classic View
ID aendhplcpcfjlebhcjfiapmoaiekpkba
Offizielle URL https://chromewebstore.google.com/detail/youtube-watched-classic-v/aendhplcpcfjlebhcjfiapmoaiekpkba
Beschreibung 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.
Dateigröße 10.4 KB
Installationsanzahl 11,497
Aktuelle Version 0.4.5
Letztes Update 2022-01-30
Veröffentlichungsdatum 2020-01-03
Bewertung 3.88/5 Insgesamt 121 Bewertungen
Entwickler https://kiman.odesa.in
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://kiman.odesa.in/2017/08/31/plagin-prosmotreno-na-youtube-dlya-googlechrome/
Hilfeseite URL http://kiman.odesa.in/2017/08/31/youtube-plugin-that-marks-video-watched-for-google-chrome/
Unterstützte Sprachen 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"
            ]
        }
    ]
}