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은(는) https://www.hotdot.tv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators."입니다.
확장 프로그램 스크린샷
hotdot.tv 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
도움말 페이지 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" ] } |