More Ore Tools

A couple of useful tools for the game More Ore. (These can all be toggled on/off)

More Ore Toolsとは何ですか?

More Ore Toolsは123HD123によって開発されたChromeの拡張機能で、その主な機能は「A couple of useful tools for the game More Ore. (These can all be toggled on/off)」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

More Ore Tools拡張機能のCRXファイルをダウンロード

More Ore Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        These include:
- Auto Updater: Automatically show there's a new update without having to refresh the page.
- Enhanced Save: Automatically export your save every x hours.
- Notification Plus: Bundle and stack notifications.
- View Multiplier: See the multiplier of the material and rarity of your gear.

Changelog:
    1.0.1:
        - Fixed modified import/export save button                    

拡張機能の基本情報

名前 More Ore Tools More Ore Tools
ID fjpjdfbeejdlaffnapbojgapofkdkplp
公式URL https://chromewebstore.google.com/detail/more-ore-tools/fjpjdfbeejdlaffnapbojgapofkdkplp
説明 A couple of useful tools for the game More Ore. (These can all be toggled on/off)
ファイルサイズ 63.69 KB
インストール数 58
現在のバージョン 1.0.1
最終更新日 2023-01-18
公開日 2023-01-18
評価 4.00/5 合計 1 レビュー
開発者 123HD123
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "More Ore Tools",
    "version": "1.0.1",
    "description": "A couple of useful tools for the game More Ore. (These can all be toggled on\/off)",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "24": "assets\/icons\/icon24.png",
            "32": "assets\/icons\/icon32.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "More Ore Tools"
    },
    "content_scripts": [
        {
            "js": [
                "content\/index.js"
            ],
            "matches": [
                "https:\/\/syns.studio\/more-ore\/"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.png"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "tabs"
    ]
}