GamemoddingCOM InstDownloader
GamemoddingCOM InstDownloader
什么是GamemoddingCOM InstDownloader?
GamemoddingCOM InstDownloader是由Phil Roggenbuck开发的Chrome扩展程序,该扩展的主要功能是“GamemoddingCOM InstDownloader”。
扩展截图
下载GamemoddingCOM InstDownloader扩展crx文件
下载GamemoddingCOM InstDownloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | GamemoddingCOM InstDownloader |
ID | ilmgobcenicjicjnipfalfmhlaepindl |
官方URL | https://chromewebstore.google.com/detail/gamemoddingcom-instdownlo/ilmgobcenicjicjnipfalfmhlaepindl |
简介 | GamemoddingCOM InstDownloader |
文件大小 | 36.05 KB |
安装次数 | 14 |
当前版本 | 1.0 |
更新时间 | 2019-01-30 |
上架时间 | 2019-01-30 |
开发者 | Phil Roggenbuck |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |