High-Way.me

High-Way.me extension for Google Chrome/Chromium

Apa itu High-Way.me?

High-Way.me adalah ekstensi Chrome yang dikembangkan oleh https://high-way.me, dan fitur utamanya adalah "High-Way.me extension for Google Chrome/Chromium".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi High-Way.me

Unduh file ekstensi High-Way.me dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

You need a HIGHWAY Premium Account.                    

Informasi Dasar Ekstensi

Nama High-Way.me High-Way.me
ID kfmdjelijhfkfljghijlofnpcmmiegfg
URL Resmi https://chromewebstore.google.com/detail/high-wayme/kfmdjelijhfkfljghijlofnpcmmiegfg
Deskripsi High-Way.me extension for Google Chrome/Chromium
Ukuran File 64.72 KB
Jumlah Instalasi 97
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2018-08-01
Tanggal Publikasi 2018-07-31
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://high-way.me
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://high-way.me/threads/highway-firefox-und-chrome-erweiterung.1570/
URL Halaman Kebijakan Privasi https://high-way.me/help/privacy-policy
Bahasa yang Didukung 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"
}