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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | http://www.hotdot.tv/help |
عنوان صفحة سياسة الخصوصية | 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" ] } |