Media Hint

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

What is Media Hint?

Media Hint is a Chrome extension developed by https://mediahint.com, and its main feature is "Use the Media Hint service to access the content you need on the internet.".

Extension Screenshots

screenshot

Download Media Hint Extension CRX File

Download Media Hint extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Media Hint Media Hint
ID akipcefbjlmpbcejgdaopmmidpnjlhnb
Official URL https://chromewebstore.google.com/detail/media-hint/akipcefbjlmpbcejgdaopmmidpnjlhnb
Description Use the Media Hint service to access the content you need on the internet.
File Size 33.56 KB
Installation Count 42,751
Current Version 3.1.2
Last Updated 2020-03-03
Publish Date 2020-03-02
Rating 2.02/5 Total 1364 Ratings
Developer https://mediahint.com
Email [email protected]
Payment Type in_app
Extension Website https://mediahint.com
Help Page URL https://mediahint.com/support
Privacy Policy Page URL https://mediahint.com/privacy
Supported Languages 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
}