Canola toolkit
Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)
什么是Canola toolkit?
Canola toolkit是由Anthony Cleaver开发的Chrome扩展程序,该扩展的主要功能是“Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)”。
扩展截图
下载Canola toolkit扩展crx文件
下载Canola toolkit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds features and extensions for the bushtarion web game, appends calculations and helpful tools into the game to provide general quality of life features What's new: 1.2.1 Fixed bug on the maintenance page 1.2.0 Updated to work with https
扩展基本信息
名称 | Canola toolkit |
ID | pkmmocajeiljdeanoaimcjaoploicnjk |
官方URL | https://chromewebstore.google.com/detail/canola-toolkit/pkmmocajeiljdeanoaimcjaoploicnjk |
简介 | Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit) |
文件大小 | 68.2 KB |
安装次数 | 138 |
当前版本 | 1.2.1 |
更新时间 | 2021-12-03 |
上架时间 | 2020-07-06 |
评分 | 5.00/5 共3次评分 |
开发者 | Anthony Cleaver |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Canola toolkit", "version": "1.2.1", "author": "Anthony Cleaver", "description": "Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)", "host_permissions": [ "*:\/\/*.bushtarion.com\/*" ], "icons": { "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.bushtarion.com\/*" ], "js": [ ".\/content-script.js" ] } ] } |