GamemoddingCOM InstDownloader

GamemoddingCOM InstDownloader

Qu'est-ce que GamemoddingCOM InstDownloader ?

GamemoddingCOM InstDownloader est une extension Chrome développée par Phil Roggenbuck, et sa fonction principale est "GamemoddingCOM InstDownloader".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GamemoddingCOM InstDownloader

Téléchargez les fichiers d'extension GamemoddingCOM InstDownloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GamemoddingCOM InstDownloader GamemoddingCOM InstDownloader
ID ilmgobcenicjicjnipfalfmhlaepindl
URL Officiel https://chromewebstore.google.com/detail/gamemoddingcom-instdownlo/ilmgobcenicjicjnipfalfmhlaepindl
Description GamemoddingCOM InstDownloader
Taille du Fichier 36.05 KB
Nombre d'Installations 14
Version Actuelle 1.0
Dernière Mise à Jour 2019-01-30
Date de Publication 2019-01-30
Développeur Phil Roggenbuck
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}