Media Hint

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

Vad är Media Hint?

Media Hint är en Chrome-tillägg utvecklad av https://mediahint.com, och dess huvudfunktion är "Use the Media Hint service to access the content you need on the internet.".

Tilläggsskärmbilder

screenshot

Ladda ner Media Hint-förlängningens CRX-fil

Ladda ner Media Hint-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Media Hint Media Hint
ID akipcefbjlmpbcejgdaopmmidpnjlhnb
Officiell webbadress https://chromewebstore.google.com/detail/media-hint/akipcefbjlmpbcejgdaopmmidpnjlhnb
Beskrivning Use the Media Hint service to access the content you need on the internet.
Filstorlek 33.56 KB
Antal Installationer 42,751
Aktuell Version 3.1.2
Senast Uppdaterad 2020-03-03
Publiceringsdatum 2020-03-02
Betyg 2.02/5 Totalt 1364 Betyg
Utvecklare https://mediahint.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://mediahint.com
Hjälpsida URL https://mediahint.com/support
URL till Sekretesspolicy Sidan https://mediahint.com/privacy
Stödda Språk 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
}