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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}