hotdot.tv

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

¿Qué es hotdot.tv?

hotdot.tv es una extensión de Chrome desarrollada por https://www.hotdot.tv, y su función principal es "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión hotdot.tv

Descarga archivos de extensión hotdot.tv en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre hotdot.tv hotdot.tv
ID hbfcfockchojnpghllbbjpfpdadiaghg
URL Oficial https://chrome.google.com/webstore/detail/hotdottv/hbfcfockchojnpghllbbjpfpdadiaghg
Descripción Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.
Tamaño del Archivo 968 KB
Cantidad de Instalaciones 20
Versión Actual 3.0.0
Última Actualización 2018-10-01
Fecha de Publicación 2018-10-01
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://www.hotdot.tv
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.hotdot.tv
URL de la Página de Ayuda http://www.hotdot.tv/help
URL de la Página de Política de Privacidad http://www.hotdot.tv/legal
Idiomas Soportados 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"
    ]
}