Canola toolkit

Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)

Canola toolkitคืออะไร?

Canola toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anthony Cleaver และคุณลักษณะหลักของมันคือ "Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canola toolkit

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}