Media Hint

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

Wat is Media Hint?

Media Hint is een Chrome-extensie ontwikkeld door https://mediahint.com, en de belangrijkste functie is "Use the Media Hint service to access the content you need on the internet.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Media Hint

Download Media Hint-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Media Hint Media Hint
ID akipcefbjlmpbcejgdaopmmidpnjlhnb
Officiële URL https://chromewebstore.google.com/detail/media-hint/akipcefbjlmpbcejgdaopmmidpnjlhnb
Beschrijving Use the Media Hint service to access the content you need on the internet.
Bestandsgrootte 33.56 KB
Aantal Installaties 42,751
Huidige Versie 3.1.2
Laatst Bijgewerkt 2020-03-03
Publicatiedatum 2020-03-02
Beoordeling 2.02/5 Totaal 1364 Beoordelingen
Ontwikkelaar https://mediahint.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://mediahint.com
Help Pagina-URL https://mediahint.com/support
URL van de Privacybeleid Pagina https://mediahint.com/privacy
Ondersteunde Talen 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
}