GamemoddingCOM InstDownloader

GamemoddingCOM InstDownloader

Vad är GamemoddingCOM InstDownloader?

GamemoddingCOM InstDownloader är en Chrome-tillägg utvecklad av Phil Roggenbuck, och dess huvudfunktion är "GamemoddingCOM InstDownloader".

Tilläggsskärmbilder

screenshot

Ladda ner GamemoddingCOM InstDownloader-förlängningens CRX-fil

Ladda ner GamemoddingCOM InstDownloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn GamemoddingCOM InstDownloader GamemoddingCOM InstDownloader
ID ilmgobcenicjicjnipfalfmhlaepindl
Officiell webbadress https://chromewebstore.google.com/detail/gamemoddingcom-instdownlo/ilmgobcenicjicjnipfalfmhlaepindl
Beskrivning GamemoddingCOM InstDownloader
Filstorlek 36.05 KB
Antal Installationer 14
Aktuell Version 1.0
Senast Uppdaterad 2019-01-30
Publiceringsdatum 2019-01-30
Utvecklare Phil Roggenbuck
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}