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.”。

扩展截图

screenshot

下载hotdot.tv扩展crx文件

下载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!                    

扩展基本信息

名称 hotdot.tv hotdot.tv
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"
    ]
}