Feather

Feather, fork of SweezeBreeze tailored for usage with TBH.

Co to jest Feather?

Feather to rozszerzenie Chrome opracowane przez audrey sweeze, a jego główną funkcją jest „Feather, fork of SweezeBreeze tailored for usage with TBH.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Feather

Pobierz pliki rozszerzeń Feather 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

                        various keybindings for nationstates to assist in tag raiding

A: reload page
Q: go back
U: check if you updated
S: endorse nation
O: ban nation
K: eject nation
R: confirm wa join
F: move to region whose page you're currently on
B: move to DBZ
E: apply/resign to WA
W: go to current region page
D: appoint yourself as and/or deappoint ROs                    

Podstawowe informacje o rozszerzeniu

Nazwa Feather Feather
ID nniioilinlifghjdlpdblelalbaolbch
Oficjalny URL https://chromewebstore.google.com/detail/feather/nniioilinlifghjdlpdblelalbaolbch
Opis Feather, fork of SweezeBreeze tailored for usage with TBH.
Rozmiar pliku 41.04 KB
Liczba instalacji 52
Aktualna Wersja 3.1
Ostatnia Aktualizacja 2022-02-09
Data Publikacji 2022-02-09
Deweloper audrey sweeze
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Feather",
    "version": "3.1",
    "description": "Feather, fork of SweezeBreeze tailored for usage with TBH.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.nationstates.net\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}