hotdot.tv
Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.
O que é hotdot.tv?
hotdot.tv é uma extensão do Chrome desenvolvida por https://www.hotdot.tv, e sua principal característica é "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão hotdot.tv
Baixe arquivos de extensão hotdot.tv 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
Watch a YouTube video and tap the hotdots – hot links to items in the video – to share them with friends, save, or buy them. It's free! You can also watch a personalized collection of videos on the hotdot.tv website. Find what you love!
Informações Básicas da Extensão
Nome | |
ID | hbfcfockchojnpghllbbjpfpdadiaghg |
URL Oficial | https://chrome.google.com/webstore/detail/hotdottv/hbfcfockchojnpghllbbjpfpdadiaghg |
Descrição | Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators. |
Tamanho do Arquivo | 968 KB |
Contagem de Instalações | 20 |
Versão Atual | 3.0.0 |
Última Atualização | 2018-10-01 |
Data de Publicação | 2018-10-01 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://www.hotdot.tv |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.hotdot.tv |
URL da Página de Ajuda | http://www.hotdot.tv/help |
URL da Página de Política de Privacidade | http://www.hotdot.tv/legal |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "hotdot.tv", "short_name": "hotdot.tv", "description": "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.", "version": "3.0.0", "browser_action": { "default_icon": "styles\/icons\/hotdot19.png", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "styles\/*" ], "externally_connectable": { "matches": [ "https:\/\/www.hotdot.tv\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/api.hotdot.tv\/*" ], "js": [ "content\/content.js" ], "css": [ "styles\/css\/content.css" ], "run_at": "document_start" } ], "background": { "scripts": [ "background\/google-analytics-bundle.js", "background\/background.js" ] }, "icons": { "16": "styles\/icons\/hotdot16.png", "48": "styles\/icons\/hotdot48.png", "128": "styles\/icons\/hotdot128.png" }, "permissions": [ "https:\/\/www.google-analytics.com\/", "tabs", "storage" ] } |