IGG-Games Timer Killer
Addon that skips the download timer at IGG Games
什么是IGG-Games Timer Killer?
IGG-Games Timer Killer是由gilshallem开发的Chrome扩展程序,该扩展的主要功能是“Addon that skips the download timer at IGG Games”。
扩展截图
下载IGG-Games Timer Killer扩展crx文件
下载IGG-Games Timer Killer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add-on that skips the download timer at igg-games.com
扩展基本信息
名称 | |
ID | lmpikhjimkebiaeohdjaakoghkcohomo |
官方URL | https://chromewebstore.google.com/detail/igg-games-timer-killer/lmpikhjimkebiaeohdjaakoghkcohomo |
简介 | Addon that skips the download timer at IGG Games |
文件大小 | 135 KB |
安装次数 | 78 |
当前版本 | 1.0.1 |
更新时间 | 2020-08-29 |
上架时间 | 2020-08-29 |
评分 | 1.00/5 共1次评分 |
开发者 | gilshallem |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "*:\/\/bluemediafiles.com\/*" ], "run_at": "document_end" } ], "description": "Addon that skips the download timer at IGG Games", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "IGG-Games Timer Killer", "version": "1.0.1", "version_name": "1.0.1" } |