GamemoddingCOM InstDownloader
GamemoddingCOM InstDownloader
Co je GamemoddingCOM InstDownloader?
GamemoddingCOM InstDownloader je rozšíření Chrome vyvinuté Phil Roggenbuck, a jeho hlavní funkcí je „GamemoddingCOM InstDownloader“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GamemoddingCOM InstDownloader
Stáhněte si soubory rozšíření GamemoddingCOM InstDownloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | GamemoddingCOM InstDownloader |
ID | ilmgobcenicjicjnipfalfmhlaepindl |
Oficiální URL | https://chromewebstore.google.com/detail/gamemoddingcom-instdownlo/ilmgobcenicjicjnipfalfmhlaepindl |
Popis | GamemoddingCOM InstDownloader |
Velikost souboru | 36.05 KB |
Počet instalací | 14 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2019-01-30 |
Datum Vydání | 2019-01-30 |
Vývojář | Phil Roggenbuck |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |