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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}