GamemoddingCOM InstDownloader
GamemoddingCOM InstDownloader
What is GamemoddingCOM InstDownloader?
GamemoddingCOM InstDownloader is a Chrome extension developed by Phil Roggenbuck, and its main feature is "GamemoddingCOM InstDownloader".
Extension Screenshots
Download GamemoddingCOM InstDownloader Extension CRX File
Download GamemoddingCOM InstDownloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GamemoddingCOM InstDownloader |
ID | ilmgobcenicjicjnipfalfmhlaepindl |
Official URL | https://chromewebstore.google.com/detail/gamemoddingcom-instdownlo/ilmgobcenicjicjnipfalfmhlaepindl |
Description | GamemoddingCOM InstDownloader |
File Size | 36.05 KB |
Installation Count | 14 |
Current Version | 1.0 |
Last Updated | 2019-01-30 |
Publish Date | 2019-01-30 |
Developer | Phil Roggenbuck |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |