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 - это расширение Chrome, разработанное https://www.hotdot.tv, и его основная функция - "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения hotdot.tv

Скачайте файлы расширений 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"
    ]
}