High-Way.me

High-Way.me extension for Google Chrome/Chromium

Vad är High-Way.me?

High-Way.me är en Chrome-tillägg utvecklad av https://high-way.me, och dess huvudfunktion är "High-Way.me extension for Google Chrome/Chromium".

Tilläggsskärmbilder

screenshot

Ladda ner High-Way.me-förlängningens CRX-fil

Ladda ner High-Way.me-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

                        This extension allows you to execute downloads directly in your browser.

You need a HIGHWAY Premium Account.                    

Grundläggande Information om Tillägg

Namn High-Way.me High-Way.me
ID kfmdjelijhfkfljghijlofnpcmmiegfg
Officiell webbadress https://chromewebstore.google.com/detail/high-wayme/kfmdjelijhfkfljghijlofnpcmmiegfg
Beskrivning High-Way.me extension for Google Chrome/Chromium
Filstorlek 64.72 KB
Antal Installationer 97
Aktuell Version 0.0.1
Senast Uppdaterad 2018-08-01
Publiceringsdatum 2018-07-31
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://high-way.me
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://high-way.me/threads/highway-firefox-und-chrome-erweiterung.1570/
URL till Sekretesspolicy Sidan https://high-way.me/help/privacy-policy
Stödda Språk en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/32.png",
        "default_popup": "popup\/popup.html",
        "default_title": "High-Way.me"
    },
    "description": "High-Way.me extension for Google Chrome\/Chromium",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "manifest_version": 2,
    "name": "High-Way.me",
    "permissions": [
        "background",
        "contextMenus",
        "downloads",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}