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
}