GamemoddingCOM InstDownloader

GamemoddingCOM InstDownloader

Cos'è GamemoddingCOM InstDownloader?

GamemoddingCOM InstDownloader è un'estensione di Chrome sviluppata da Phil Roggenbuck, e la sua funzione principale è "GamemoddingCOM InstDownloader".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GamemoddingCOM InstDownloader

Scarica i file di estensione GamemoddingCOM InstDownloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GamemoddingCOM InstDownloader GamemoddingCOM InstDownloader
ID ilmgobcenicjicjnipfalfmhlaepindl
URL Ufficiale https://chromewebstore.google.com/detail/gamemoddingcom-instdownlo/ilmgobcenicjicjnipfalfmhlaepindl
Descrizione GamemoddingCOM InstDownloader
Dimensione del File 36.05 KB
Conteggio Installazioni 14
Versione Corrente 1.0
Ultimo Aggiornamento 2019-01-30
Data di Pubblicazione 2019-01-30
Sviluppatore Phil Roggenbuck
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}