IGG-Games Timer Killer

Addon that skips the download timer at IGG Games

IGG-Games Timer Killerคืออะไร?

IGG-Games Timer Killer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gilshallem และคุณลักษณะหลักของมันคือ "Addon that skips the download timer at IGG Games"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IGG-Games Timer Killer

ดาวน์โหลดไฟล์ส่วนขยาย IGG-Games Timer Killer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add-on that skips the download timer at igg-games.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IGG-Games Timer Killer IGG-Games Timer Killer
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"
}