IGG-Games Timer Killer
Addon that skips the download timer at IGG Games
IGG-Games Timer Killer là gì?
IGG-Games Timer Killer là một tiện ích mở rộng Chrome được phát triển bởi gilshallem, và tính năng chính của nó là "Addon that skips the download timer at IGG Games".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IGG-Games Timer Killer
Tải xuống các tệp mở rộng IGG-Games Timer Killer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Add-on that skips the download timer at igg-games.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lmpikhjimkebiaeohdjaakoghkcohomo |
URL Chính Thức | https://chromewebstore.google.com/detail/igg-games-timer-killer/lmpikhjimkebiaeohdjaakoghkcohomo |
Mô tả | Addon that skips the download timer at IGG Games |
Kích Thước Tệp | 135 KB |
Số Lần Cài Đặt | 78 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-08-29 |
Ngày Phát Hành | 2020-08-29 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | gilshallem |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |