Media Hint

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

什么是Media Hint?

Media Hint是由https://mediahint.com开发的Chrome扩展程序,该扩展的主要功能是“Use the Media Hint service to access the content you need on the internet.”。

扩展截图

screenshot

下载Media Hint扩展crx文件

下载Media Hint扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}