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 |
Eメール | [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" } |