Better YouTube Watch History
Marks all Youtube videos you've already watched. Now with cloud sync!
O que é Better YouTube Watch History?
Better YouTube Watch History é uma extensão do Chrome desenvolvida por Joar Wilk, e sua principal característica é "Marks all Youtube videos you've already watched. Now with cloud sync!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Better YouTube Watch History
Baixe arquivos de extensão Better YouTube Watch History no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | lleajdkalfbohpinoaekajagdefaeckd |
URL Oficial | https://chrome.google.com/webstore/detail/better-youtube-watch-hist/lleajdkalfbohpinoaekajagdefaeckd |
Descrição | Marks all Youtube videos you've already watched. Now with cloud sync! |
Tamanho do Arquivo | 8.08 MB |
Contagem de Instalações | 7,000 |
Versão Atual | 2.1 |
Última Atualização | 2016-03-27 |
Data de Publicação | 2016-03-27 |
Classificação | 3.79/5 Total de 219 Avaliações |
Desenvolvedor | Joar Wilk |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |