GamemoddingCOM InstDownloader
GamemoddingCOM InstDownloader
ما هو GamemoddingCOM InstDownloader؟
GamemoddingCOM InstDownloader هو إضافة Chrome تم تطويرها بواسطة Phil Roggenbuck، والميزة الرئيسية لها هي "GamemoddingCOM InstDownloader".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GamemoddingCOM InstDownloader
قم بتنزيل ملفات الامتداد GamemoddingCOM InstDownloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When you are tired of waiting 20 seconds for each mod download at gamemodding.com. This helps you. This extension downloads the files instant and even closes the download tab.
معلومات أساسية عن التمديد
الاسم | GamemoddingCOM InstDownloader |
ID | ilmgobcenicjicjnipfalfmhlaepindl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gamemoddingcom-instdownlo/ilmgobcenicjicjnipfalfmhlaepindl |
الوصف | GamemoddingCOM InstDownloader |
حجم الملف | 36.05 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-01-30 |
تاريخ النشر | 2019-01-30 |
المطور | Phil Roggenbuck |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Phil Roggenbuck", "web_accessible_resources": [ "inst.js" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/gamemodding.com\/en\/getmod*" ], "js": [ "inst.js" ] } ], "description": "GamemoddingCOM InstDownloader", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" }, "manifest_version": 2, "name": "GamemoddingCOM InstDownloader", "short_name ": "GinstD", "version": "1.0" } |