hotdot.tv

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

Wat is hotdot.tv?

hotdot.tv is een Chrome-extensie ontwikkeld door https://www.hotdot.tv, en de belangrijkste functie is "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie hotdot.tv

Download hotdot.tv-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam hotdot.tv hotdot.tv
ID hbfcfockchojnpghllbbjpfpdadiaghg
Officiële URL https://chrome.google.com/webstore/detail/hotdottv/hbfcfockchojnpghllbbjpfpdadiaghg
Beschrijving Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.
Bestandsgrootte 968 KB
Aantal Installaties 20
Huidige Versie 3.0.0
Laatst Bijgewerkt 2018-10-01
Publicatiedatum 2018-10-01
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.hotdot.tv
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.hotdot.tv
Help Pagina-URL http://www.hotdot.tv/help
URL van de Privacybeleid Pagina http://www.hotdot.tv/legal
Ondersteunde Talen 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"
    ]
}