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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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