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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://mediahint.com/support
عنوان صفحة سياسة الخصوصية 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
}