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 |
官方網址 | 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" ] } ] } |