Media Hint

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

Media Hintคืออะไร?

Media Hint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mediahint.com และคุณลักษณะหลักของมันคือ "Use the Media Hint service to access the content you need on the internet."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Media Hint

ดาวน์โหลดไฟล์ส่วนขยาย 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
}