High-Way.me

High-Way.me extension for Google Chrome/Chromium

什么是High-Way.me?

High-Way.me是由https://high-way.me开发的Chrome扩展程序,该扩展的主要功能是“High-Way.me extension for Google Chrome/Chromium”。

扩展截图

screenshot

下载High-Way.me扩展crx文件

下载High-Way.me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

You need a HIGHWAY Premium Account.                    

扩展基本信息

名称 High-Way.me High-Way.me
ID kfmdjelijhfkfljghijlofnpcmmiegfg
官方URL https://chromewebstore.google.com/detail/high-wayme/kfmdjelijhfkfljghijlofnpcmmiegfg
简介 High-Way.me extension for Google Chrome/Chromium
文件大小 64.72 KB
安装次数 97
当前版本 0.0.1
更新时间 2018-08-01
上架时间 2018-07-31
评分 5.00/5 共1次评分
开发者 https://high-way.me
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://high-way.me/threads/highway-firefox-und-chrome-erweiterung.1570/
隐私政策页面URL https://high-way.me/help/privacy-policy
支持的语言 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"
}