Sims 4 MM addon

Allow downloads to go through the app.

Qu'est-ce que Sims 4 MM addon ?

Sims 4 MM addon est une extension Chrome développée par GiraffeSummer, et sa fonction principale est "Allow downloads to go through the app.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sims 4 MM addon

Téléchargez les fichiers d'extension Sims 4 MM addon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Sims 4 mod manager extention to easily install mods.

Use the app: https://github.com/GiraffeSummer/Sims4Modmanager/releases/latest                    

Informations de Base sur l'Extension

Nom Sims 4 MM addon Sims 4 MM addon
ID mmfllkanpneonkgdnpbgeojbolpjchjb
URL Officiel https://chromewebstore.google.com/detail/sims-4-mm-addon/mmfllkanpneonkgdnpbgeojbolpjchjb
Description Allow downloads to go through the app.
Taille du Fichier 250 KB
Nombre d'Installations 1,084
Version Actuelle 1.1
Dernière Mise à Jour 2020-11-07
Date de Publication 2020-11-07
Développeur GiraffeSummer
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}