hotdot.tv
Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.
Apa itu hotdot.tv?
hotdot.tv adalah ekstensi Chrome yang dikembangkan oleh https://www.hotdot.tv, dan fitur utamanya adalah "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi hotdot.tv
Unduh file ekstensi hotdot.tv dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | hbfcfockchojnpghllbbjpfpdadiaghg |
URL Resmi | https://chrome.google.com/webstore/detail/hotdottv/hbfcfockchojnpghllbbjpfpdadiaghg |
Deskripsi | Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators. |
Ukuran File | 968 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 3.0.0 |
Terakhir Diperbarui | 2018-10-01 |
Tanggal Publikasi | 2018-10-01 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://www.hotdot.tv |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.hotdot.tv |
URL Halaman Bantuan | http://www.hotdot.tv/help |
URL Halaman Kebijakan Privasi | http://www.hotdot.tv/legal |
Bahasa yang Didukung | 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" ] } |