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 |
Eメール | [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" ] } ] } |