GamemoddingCOM InstDownloader

GamemoddingCOM InstDownloader

Apa itu GamemoddingCOM InstDownloader?

GamemoddingCOM InstDownloader adalah ekstensi Chrome yang dikembangkan oleh Phil Roggenbuck, dan fitur utamanya adalah "GamemoddingCOM InstDownloader".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GamemoddingCOM InstDownloader

Unduh file ekstensi GamemoddingCOM InstDownloader 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

                        When you are tired of waiting 20 seconds for each mod download at gamemodding.com. This helps you. This extension downloads the files instant and even closes the download tab.                    

Informasi Dasar Ekstensi

Nama GamemoddingCOM InstDownloader GamemoddingCOM InstDownloader
ID ilmgobcenicjicjnipfalfmhlaepindl
URL Resmi https://chromewebstore.google.com/detail/gamemoddingcom-instdownlo/ilmgobcenicjicjnipfalfmhlaepindl
Deskripsi GamemoddingCOM InstDownloader
Ukuran File 36.05 KB
Jumlah Instalasi 14
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-01-30
Tanggal Publikasi 2019-01-30
Pengembang Phil Roggenbuck
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Phil Roggenbuck",
    "web_accessible_resources": [
        "inst.js"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/gamemodding.com\/en\/getmod*"
            ],
            "js": [
                "inst.js"
            ]
        }
    ],
    "description": "GamemoddingCOM InstDownloader",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png"
    },
    "manifest_version": 2,
    "name": "GamemoddingCOM InstDownloader",
    "short_name ": "GinstD",
    "version": "1.0"
}