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
官方網址 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"
            ]
        }
    ]
}