Canola toolkit

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

Co to jest Canola toolkit?

Canola toolkit to rozszerzenie Chrome opracowane przez Anthony Cleaver, a jego główną funkcją jest „Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Canola toolkit

Pobierz pliki rozszerzeń Canola toolkit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Canola toolkit Canola toolkit
ID pkmmocajeiljdeanoaimcjaoploicnjk
Oficjalny URL https://chromewebstore.google.com/detail/canola-toolkit/pkmmocajeiljdeanoaimcjaoploicnjk
Opis Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)
Rozmiar pliku 68.2 KB
Liczba instalacji 138
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2021-12-03
Data Publikacji 2020-07-06
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Anthony Cleaver
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}