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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |