hotdot.tv

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

hotdot.tv क्या है?

hotdot.tv https://www.hotdot.tv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में hotdot.tv एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम hotdot.tv hotdot.tv
ID hbfcfockchojnpghllbbjpfpdadiaghg
आधिकारिक URL https://chrome.google.com/webstore/detail/hotdottv/hbfcfockchojnpghllbbjpfpdadiaghg
विवरण Pause video to learn more about items, locations and services in videos from some of the best beauty, fashion and travel creators.
फ़ाइल का आकार 968 KB
स्थापना संख्या 20
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2018-10-01
प्रकाशन तिथि 2018-10-01
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.hotdot.tv
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.hotdot.tv
सहायता पृष्ठ URL http://www.hotdot.tv/help
गोपनीयता नीति पृष्ठ URL http://www.hotdot.tv/legal
समर्थित भाषाएँ 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"
    ]
}