hotdot.tv
Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.
Co je hotdot.tv?
hotdot.tv je rozšíření Chrome vyvinuté https://www.hotdot.tv, a jeho hlavní funkcí je „Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření hotdot.tv
Stáhněte si soubory rozšíření hotdot.tv ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | hbfcfockchojnpghllbbjpfpdadiaghg |
Oficiální URL | https://chrome.google.com/webstore/detail/hotdottv/hbfcfockchojnpghllbbjpfpdadiaghg |
Popis | Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators. |
Velikost souboru | 968 KB |
Počet instalací | 20 |
Aktuální Verze | 3.0.0 |
Poslední Aktualizace | 2018-10-01 |
Datum Vydání | 2018-10-01 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://www.hotdot.tv |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.hotdot.tv |
URL Stránky Nápovědy | http://www.hotdot.tv/help |
URL Stránky Zásad Ochrany Soukromí | http://www.hotdot.tv/legal |
Podporované Jazyky | 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" ] } |