Realtools
The mini version of Realtools.
什麼是Realtools?
Realtools是由https://realtools.shay.cat開發的Chrome擴展程式,該擴展的主要功能是“The mini version of Realtools.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | chfbbeojlpffpcffalmhagcjfoiccjcf |
| 官方網址 | 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\/*"
]
} | |