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 là gì?
hotdot.tv là một tiện ích mở rộng Chrome được phát triển bởi https://www.hotdot.tv, và tính năng chính của nó là "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng hotdot.tv
Tải xuống các tệp mở rộng hotdot.tv dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hbfcfockchojnpghllbbjpfpdadiaghg |
URL Chính Thức | https://chrome.google.com/webstore/detail/hotdottv/hbfcfockchojnpghllbbjpfpdadiaghg |
Mô tả | Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators. |
Kích Thước Tệp | 968 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 3.0.0 |
Cập Nhật Lần Cuối | 2018-10-01 |
Ngày Phát Hành | 2018-10-01 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.hotdot.tv |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.hotdot.tv |
URL Trang Trợ Giúp | http://www.hotdot.tv/help |
URL Trang Chính Sách Bảo Mật | http://www.hotdot.tv/legal |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |