Sims 4 MM addon
Allow downloads to go through the app.
What is Sims 4 MM addon?
Sims 4 MM addon is a Chrome extension developed by GiraffeSummer, and its main feature is "Allow downloads to go through the app.".
Extension Screenshots
Download Sims 4 MM addon Extension CRX File
Download Sims 4 MM addon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sims 4 mod manager extention to easily install mods.
Use the app: https://github.com/GiraffeSummer/Sims4Modmanager/releases/latest Extension Basic Information
| Name | |
| ID | mmfllkanpneonkgdnpbgeojbolpjchjb |
| Official URL | https://chromewebstore.google.com/detail/sims-4-mm-addon/mmfllkanpneonkgdnpbgeojbolpjchjb |
| Description | Allow downloads to go through the app. |
| File Size | 250 KB |
| Installation Count | 1,084 |
| Current Version | 1.1 |
| Last Updated | 2020-11-07 |
| Publish Date | 2020-11-07 |
| Developer | GiraffeSummer |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
}
} | |