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
官方網址 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"
    ]
}