hotdot.tv
Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.
Τι είναι το hotdot.tv;
Το hotdot.tv είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.hotdot.tv, και η κύρια λειτουργία του είναι "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης hotdot.tv
Λήψη αρχείων επέκτασης hotdot.tv σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hbfcfockchojnpghllbbjpfpdadiaghg |
Επίσημο URL | https://chrome.google.com/webstore/detail/hotdottv/hbfcfockchojnpghllbbjpfpdadiaghg |
Περιγραφή | Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators. |
Μέγεθος Αρχείου | 968 KB |
Αριθμός Εγκαταστάσεων | 20 |
Τρέχουσα Έκδοση | 3.0.0 |
Τελευταία Ενημέρωση | 2018-10-01 |
Ημερομηνία Δημοσίευσης | 2018-10-01 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://www.hotdot.tv |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.hotdot.tv |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.hotdot.tv/help |
URL της Σελίδας Πολιτικής Απορρήτου | http://www.hotdot.tv/legal |
Υποστηριζόμενες Γλώσσες | 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" ] } |