Media Hint

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

Co to jest Media Hint?

Media Hint to rozszerzenie Chrome opracowane przez https://mediahint.com, a jego główną funkcją jest „Use the Media Hint service to access the content you need on the internet.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Media Hint

Pobierz pliki rozszerzeń Media Hint w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Media Hint Media Hint
ID akipcefbjlmpbcejgdaopmmidpnjlhnb
Oficjalny URL https://chromewebstore.google.com/detail/media-hint/akipcefbjlmpbcejgdaopmmidpnjlhnb
Opis Use the Media Hint service to access the content you need on the internet.
Rozmiar pliku 33.56 KB
Liczba instalacji 42,751
Aktualna Wersja 3.1.2
Ostatnia Aktualizacja 2020-03-03
Data Publikacji 2020-03-02
Ocena 2.02/5 Łącznie 1364 Oceny
Deweloper https://mediahint.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://mediahint.com
Adres URL Strony Pomocy https://mediahint.com/support
Adres URL Strony Polityki Prywatności https://mediahint.com/privacy
Obsługiwane Języki 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
}