hotdot.tv

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

Cos'è hotdot.tv?

hotdot.tv è un'estensione di Chrome sviluppata da https://www.hotdot.tv, e la sua funzione principale è "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione hotdot.tv

Scarica i file di estensione hotdot.tv in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome hotdot.tv hotdot.tv
ID hbfcfockchojnpghllbbjpfpdadiaghg
URL Ufficiale https://chrome.google.com/webstore/detail/hotdottv/hbfcfockchojnpghllbbjpfpdadiaghg
Descrizione Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.
Dimensione del File 968 KB
Conteggio Installazioni 20
Versione Corrente 3.0.0
Ultimo Aggiornamento 2018-10-01
Data di Pubblicazione 2018-10-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.hotdot.tv
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.hotdot.tv
URL della Pagina di Aiuto http://www.hotdot.tv/help
URL della Pagina della Politica sulla Privacy http://www.hotdot.tv/legal
Lingue Supportate 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"
    ]
}