Media Hint

Use the Media Hint service to access the content you need on the internet.

Media Hint क्या है?

Media Hint https://mediahint.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the Media Hint service to access the content you need on the internet."।

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

screenshot

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

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

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

                        Mediahint Extension

Unblock access to websites blocked or censored in your country with MediaHint. MediaHint is ad-free and easy to use! Download now and enjoy your shows anywhere!  Use with MediaHint Extension for best results!                    

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

नाम Media Hint Media Hint
ID akipcefbjlmpbcejgdaopmmidpnjlhnb
आधिकारिक URL https://chromewebstore.google.com/detail/media-hint/akipcefbjlmpbcejgdaopmmidpnjlhnb
विवरण Use the Media Hint service to access the content you need on the internet.
फ़ाइल का आकार 33.56 KB
स्थापना संख्या 42,751
वर्तमान संस्करण 3.1.2
अंतिम अपडेट 2020-03-03
प्रकाशन तिथि 2020-03-02
रेटिंग 2.02/5 कुल 1364 रेटिंग्स
डेवलपर https://mediahint.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://mediahint.com
सहायता पृष्ठ URL https://mediahint.com/support
गोपनीयता नीति पृष्ठ URL https://mediahint.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Media Hint",
    "description": "Use the Media Hint service to access the content you need on the internet.",
    "version": "3.1.2",
    "background": {
        "scripts": [
            "lib\/app.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/off-16.png",
            "32": "data\/off-32.png",
            "64": "data\/off-32.png"
        },
        "default_title": "Media Hint: OFF"
    },
    "icons": {
        "48": "data\/icon-48.png",
        "96": "data\/icon-96.png",
        "128": "data\/icon.png"
    },
    "permissions": [
        "proxy",
        "https:\/\/mediahint.com\/*",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mediahint.com\/*"
        ]
    },
    "manifest_version": 2
}