GamemoddingCOM InstDownloader

GamemoddingCOM InstDownloader

Was ist GamemoddingCOM InstDownloader?

GamemoddingCOM InstDownloader ist eine Chrome-Erweiterung, die von Phil Roggenbuck entwickelt wurde, und ihr Hauptmerkmal ist "GamemoddingCOM InstDownloader".

Erweiterungsscreenshots

screenshot

GamemoddingCOM InstDownloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie GamemoddingCOM InstDownloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GamemoddingCOM InstDownloader GamemoddingCOM InstDownloader
ID ilmgobcenicjicjnipfalfmhlaepindl
Offizielle URL https://chromewebstore.google.com/detail/gamemoddingcom-instdownlo/ilmgobcenicjicjnipfalfmhlaepindl
Beschreibung GamemoddingCOM InstDownloader
Dateigröße 36.05 KB
Installationsanzahl 14
Aktuelle Version 1.0
Letztes Update 2019-01-30
Veröffentlichungsdatum 2019-01-30
Entwickler Phil Roggenbuck
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}