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.

Hvad er YouTube WATCHED. Classic View?

YouTube WATCHED. Classic View er en Chrome-udvidelse udviklet af https://kiman.odesa.in, og dens hovedfunktion er "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.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download YouTube WATCHED. Classic View-udvidelses-CRX-fil

Download YouTube WATCHED. Classic View-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn YouTube WATCHED. Classic View YouTube WATCHED. Classic View
ID aendhplcpcfjlebhcjfiapmoaiekpkba
Officiel URL https://chromewebstore.google.com/detail/youtube-watched-classic-v/aendhplcpcfjlebhcjfiapmoaiekpkba
Beskrivelse 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.
Filstørrelse 10.4 KB
Antal Installationer 11,497
Nuværende Version 0.4.5
Senest Opdateret 2022-01-30
Udgivelsesdato 2020-01-03
Bedømmelse 3.88/5 Samlet 121 Bedømmelser
Udvikler https://kiman.odesa.in
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://kiman.odesa.in/2017/08/31/plagin-prosmotreno-na-youtube-dlya-googlechrome/
Hjælpeside-URL http://kiman.odesa.in/2017/08/31/youtube-plugin-that-marks-video-watched-for-google-chrome/
Understøttede Sprog 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"
            ]
        }
    ]
}