hotdot.tv
Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.
Vad är hotdot.tv?
hotdot.tv är en Chrome-tillägg utvecklad av https://www.hotdot.tv, och dess huvudfunktion är "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.".
Tilläggsskärmbilder
Ladda ner hotdot.tv-förlängningens CRX-fil
Ladda ner hotdot.tv-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | hbfcfockchojnpghllbbjpfpdadiaghg |
Officiell webbadress | https://chrome.google.com/webstore/detail/hotdottv/hbfcfockchojnpghllbbjpfpdadiaghg |
Beskrivning | Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators. |
Filstorlek | 968 KB |
Antal Installationer | 20 |
Aktuell Version | 3.0.0 |
Senast Uppdaterad | 2018-10-01 |
Publiceringsdatum | 2018-10-01 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://www.hotdot.tv |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.hotdot.tv |
Hjälpsida URL | http://www.hotdot.tv/help |
URL till Sekretesspolicy Sidan | http://www.hotdot.tv/legal |
Stödda Språk | 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" ] } |