Sims 4 MM addon
Allow downloads to go through the app.
ما هو Sims 4 MM addon؟
Sims 4 MM addon هو إضافة Chrome تم تطويرها بواسطة GiraffeSummer، والميزة الرئيسية لها هي "Allow downloads to go through the app.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sims 4 MM addon
قم بتنزيل ملفات الامتداد Sims 4 MM addon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sims 4 mod manager extention to easily install mods. Use the app: https://github.com/GiraffeSummer/Sims4Modmanager/releases/latest
معلومات أساسية عن التمديد
الاسم | |
ID | mmfllkanpneonkgdnpbgeojbolpjchjb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sims-4-mm-addon/mmfllkanpneonkgdnpbgeojbolpjchjb |
الوصف | Allow downloads to go through the app. |
حجم الملف | 250 KB |
عدد التثبيتات | 1,084 |
النسخة الحالية | 1.1 |
آخر تحديث | 2020-11-07 |
تاريخ النشر | 2020-11-07 |
المطور | GiraffeSummer |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sims 4 MM addon", "version": "1.1", "description": "Allow downloads to go through the app.", "content_scripts": [ { "matches": [ "*:\/\/www.loverslab.com\/files\/file\/*", "*:\/\/modthesims.info\/d\/*\/*.html" ], "js": [ "content.js" ] } ], "icons": { "256": "icons\/icon256.png", "48": "icons\/icon48.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_icon": { "256": "icons\/icon256.png" }, "default_title": "Bookmarks", "default_popup": "\/popup\/popup.html" } } |