hotdot.tv

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

Was ist hotdot.tv?

hotdot.tv ist eine Chrome-Erweiterung, die von https://www.hotdot.tv entwickelt wurde, und ihr Hauptmerkmal ist "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.".

Erweiterungsscreenshots

screenshot

hotdot.tv-Erweiterungs-CRX-Datei herunterladen

Laden Sie hotdot.tv-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name hotdot.tv hotdot.tv
ID hbfcfockchojnpghllbbjpfpdadiaghg
Offizielle URL https://chrome.google.com/webstore/detail/hotdottv/hbfcfockchojnpghllbbjpfpdadiaghg
Beschreibung Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.
Dateigröße 968 KB
Installationsanzahl 20
Aktuelle Version 3.0.0
Letztes Update 2018-10-01
Veröffentlichungsdatum 2018-10-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.hotdot.tv
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.hotdot.tv
Hilfeseite URL http://www.hotdot.tv/help
URL der Datenschutzrichtlinien-Seite http://www.hotdot.tv/legal
Unterstützte Sprachen 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"
    ]
}