hotdot.tv

Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.

What is hotdot.tv?

hotdot.tv is a Chrome extension developed by https://www.hotdot.tv, and its main feature is "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.".

Extension Screenshots

screenshot

Download hotdot.tv Extension CRX File

Download hotdot.tv extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name hotdot.tv hotdot.tv
ID hbfcfockchojnpghllbbjpfpdadiaghg
Official URL https://chrome.google.com/webstore/detail/hotdottv/hbfcfockchojnpghllbbjpfpdadiaghg
Description Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.
File Size 968 KB
Installation Count 20
Current Version 3.0.0
Last Updated 2018-10-01
Publish Date 2018-10-01
Rating 5.00/5 Total 2 Ratings
Developer https://www.hotdot.tv
Email [email protected]
Payment Type free
Extension Website http://www.hotdot.tv
Help Page URL http://www.hotdot.tv/help
Privacy Policy Page URL http://www.hotdot.tv/legal
Supported Languages 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"
    ]
}