Sims 4 MM addon
Allow downloads to go through the app.
什么是Sims 4 MM addon?
Sims 4 MM addon是由GiraffeSummer开发的Chrome扩展程序,该扩展的主要功能是“Allow downloads to go through the app.”。
扩展截图
下载Sims 4 MM addon扩展crx文件
下载Sims 4 MM addon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |