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