Better YouTube Watch History
Marks all Youtube videos you've already watched. Now with cloud sync!
Better YouTube Watch Historyとは何ですか?
Better YouTube Watch HistoryはJoar Wilkによって開発されたChromeの拡張機能で、その主な機能は「Marks all Youtube videos you've already watched. Now with cloud sync!」です。
拡張機能のスクリーンショット
Better YouTube Watch History拡張機能のCRXファイルをダウンロード
Better YouTube Watch History拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Youtube's "watched" feature is broken by design, and has been for a long time. This extension fixes that and makes it easy to see which videos you've watched and which ones are new. Simply watch a video and it will automatically be flagged, just like it should be. Automatically syncs across all computers you are logged in to.
拡張機能の基本情報
名前 | |
ID | lleajdkalfbohpinoaekajagdefaeckd |
公式URL | https://chrome.google.com/webstore/detail/better-youtube-watch-hist/lleajdkalfbohpinoaekajagdefaeckd |
説明 | Marks all Youtube videos you've already watched. Now with cloud sync! |
ファイルサイズ | 8.08 MB |
インストール数 | 7,000 |
現在のバージョン | 2.1 |
最終更新日 | 2016-03-27 |
公開日 | 2016-03-27 |
評価 | 3.79/5 合計 219 レビュー |
開発者 | Joar Wilk |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "lib\/jquery-1.8.3.min.js", "scripts\/main.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_idle" } ], "description": "Marks all Youtube videos you've already watched. Now with cloud sync!", "icons": { "256": "icons\/icon_256.png", "128": "icons\/icon_128.png", "48": "icons\/icon_048.png", "32": "icons\/icon_032.png", "16": "icons\/icon_016.png" }, "manifest_version": 2, "name": "Better YouTube Watch History", "permissions": [ "history", "storage", "tabs", "https:\/\/www.youtube.com\/" ], "externally_connectable": { "matches": [ "*:\/\/www.youtube.com\/*" ] }, "version": "2.1", "content_security_policy": "script-src 'self' https:\/\/www.youtube.com https:\/\/*.ytimg.com; object-src 'self'" } |