GamemoddingCOM InstDownloader
GamemoddingCOM InstDownloader
Wat is GamemoddingCOM InstDownloader?
GamemoddingCOM InstDownloader is een Chrome-extensie ontwikkeld door Phil Roggenbuck, en de belangrijkste functie is "GamemoddingCOM InstDownloader".
Extensie Screenshots
Download het CRX-bestand van de extensie GamemoddingCOM InstDownloader
Download GamemoddingCOM InstDownloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | GamemoddingCOM InstDownloader |
ID | ilmgobcenicjicjnipfalfmhlaepindl |
Officiële URL | https://chromewebstore.google.com/detail/gamemoddingcom-instdownlo/ilmgobcenicjicjnipfalfmhlaepindl |
Beschrijving | GamemoddingCOM InstDownloader |
Bestandsgrootte | 36.05 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-01-30 |
Publicatiedatum | 2019-01-30 |
Ontwikkelaar | Phil Roggenbuck |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |