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'est-ce que hotdot.tv ?

hotdot.tv est une extension Chrome développée par https://www.hotdot.tv, et sa fonction principale est "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension hotdot.tv

Téléchargez les fichiers d'extension hotdot.tv au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom hotdot.tv hotdot.tv
ID hbfcfockchojnpghllbbjpfpdadiaghg
URL Officiel https://chrome.google.com/webstore/detail/hotdottv/hbfcfockchojnpghllbbjpfpdadiaghg
Description Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.
Taille du Fichier 968 KB
Nombre d'Installations 20
Version Actuelle 3.0.0
Dernière Mise à Jour 2018-10-01
Date de Publication 2018-10-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.hotdot.tv
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.hotdot.tv
URL de la Page d'Aide http://www.hotdot.tv/help
URL de la Page de Politique de Confidentialité http://www.hotdot.tv/legal
Langues Prises en Charge 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"
    ]
}