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
官方網址 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
}