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
Eメール [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"
    ]
}