Realtools

The mini version of Realtools.

什么是Realtools?

Realtools是由https://realtools.shay.cat开发的Chrome扩展程序,该扩展的主要功能是“The mini version of Realtools.”。

扩展截图

screenshot
screenshot
screenshot

下载Realtools扩展crx文件

下载Realtools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Realtools is a collection of tools for the Horse Reality webgame. This extension provides convenient in-page integrations.                    

扩展基本信息

名称 Realtools Realtools
ID chfbbeojlpffpcffalmhagcjfoiccjcf
官方URL https://chromewebstore.google.com/detail/realtools/chfbbeojlpffpcffalmhagcjfoiccjcf
简介 The mini version of Realtools.
文件大小 96.69 KB
安装次数 4,847
当前版本 2.3.2
更新时间 2022-08-28
上架时间 2022-05-06
评分 5.00/5 共8次评分
开发者 https://realtools.shay.cat
电子邮箱 [email protected]
付费类型 free
扩展官网 https://realtools.shay.cat
帮助页面URL https://discord.gg/TFgqyWF9bn
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Realtools",
    "description": "The mini version of Realtools.",
    "version": "2.3.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popout.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.horsereality.com\/horses\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "constants.js",
                "site-hr\/css.js",
                "site-hr\/utils.js",
                "site-hr\/calculator.js",
                "site-hr\/buttons.js",
                "site-hr\/layers.js"
            ]
        },
        {
            "matches": [
                "https:\/\/realtools.shay.cat\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "constants.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.horsereality.com\/horses\/*"
    ]
}