hotdot.tv
Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.
Hvad er hotdot.tv?
hotdot.tv er en Chrome-udvidelse udviklet af https://www.hotdot.tv, og dens hovedfunktion er "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.".
Udvidelsesskærmbilleder
Download hotdot.tv-udvidelses-CRX-fil
Download hotdot.tv-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hbfcfockchojnpghllbbjpfpdadiaghg |
Officiel URL | https://chrome.google.com/webstore/detail/hotdottv/hbfcfockchojnpghllbbjpfpdadiaghg |
Beskrivelse | Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators. |
Filstørrelse | 968 KB |
Antal Installationer | 20 |
Nuværende Version | 3.0.0 |
Senest Opdateret | 2018-10-01 |
Udgivelsesdato | 2018-10-01 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://www.hotdot.tv |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.hotdot.tv |
Hjælpeside-URL | http://www.hotdot.tv/help |
URL til Fortrolighedspolitik Side | http://www.hotdot.tv/legal |
Understøttede Sprog | 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" ] } |