High-Way.me

High-Way.me extension for Google Chrome/Chromium

What is High-Way.me?

High-Way.me is a Chrome extension developed by https://high-way.me, and its main feature is "High-Way.me extension for Google Chrome/Chromium".

Extension Screenshots

screenshot

Download High-Way.me Extension CRX File

Download High-Way.me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

You need a HIGHWAY Premium Account.                    

Extension Basic Information

Name High-Way.me High-Way.me
ID kfmdjelijhfkfljghijlofnpcmmiegfg
Official URL https://chromewebstore.google.com/detail/high-wayme/kfmdjelijhfkfljghijlofnpcmmiegfg
Description High-Way.me extension for Google Chrome/Chromium
File Size 64.72 KB
Installation Count 97
Current Version 0.0.1
Last Updated 2018-08-01
Publish Date 2018-07-31
Rating 5.00/5 Total 1 Ratings
Developer https://high-way.me
Email [email protected]
Payment Type free
Help Page URL https://high-way.me/threads/highway-firefox-und-chrome-erweiterung.1570/
Privacy Policy Page URL https://high-way.me/help/privacy-policy
Supported Languages 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"
}