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 |
Eメール | [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" } } |