Sims 4 MM addon
Allow downloads to go through the app.
Was ist Sims 4 MM addon?
Sims 4 MM addon ist eine Chrome-Erweiterung, die von GiraffeSummer entwickelt wurde, und ihr Hauptmerkmal ist "Allow downloads to go through the app.".
Erweiterungsscreenshots
Sims 4 MM addon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sims 4 MM addon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Sims 4 mod manager extention to easily install mods. Use the app: https://github.com/GiraffeSummer/Sims4Modmanager/releases/latest
Grundlegende Informationen zur Erweiterung
Name | |
ID | mmfllkanpneonkgdnpbgeojbolpjchjb |
Offizielle URL | https://chromewebstore.google.com/detail/sims-4-mm-addon/mmfllkanpneonkgdnpbgeojbolpjchjb |
Beschreibung | Allow downloads to go through the app. |
Dateigröße | 250 KB |
Installationsanzahl | 1,084 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-11-07 |
Veröffentlichungsdatum | 2020-11-07 |
Entwickler | GiraffeSummer |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |