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.

什么是YouTube WATCHED. Classic View?

YouTube WATCHED. Classic View是由https://kiman.odesa.in开发的Chrome扩展程序,该扩展的主要功能是“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.”。

扩展截图

screenshot
screenshot

下载YouTube WATCHED. Classic View扩展crx文件

下载YouTube WATCHED. Classic View扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 YouTube WATCHED. Classic View YouTube WATCHED. Classic View
ID aendhplcpcfjlebhcjfiapmoaiekpkba
官方URL https://chromewebstore.google.com/detail/youtube-watched-classic-v/aendhplcpcfjlebhcjfiapmoaiekpkba
简介 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.
文件大小 10.4 KB
安装次数 11,497
当前版本 0.4.5
更新时间 2022-01-30
上架时间 2020-01-03
评分 3.88/5 共121次评分
开发者 https://kiman.odesa.in
电子邮箱 [email protected]
付费类型 free
扩展官网 http://kiman.odesa.in/2017/08/31/plagin-prosmotreno-na-youtube-dlya-googlechrome/
帮助页面URL http://kiman.odesa.in/2017/08/31/youtube-plugin-that-marks-video-watched-for-google-chrome/
支持的语言 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"
            ]
        }
    ]
}