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)"입니다.

확장 프로그램 스크린샷

screenshot

Canola toolkit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
            ]
        }
    ]
}