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
Eメール [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
}