Feather

Feather, fork of SweezeBreeze tailored for usage with TBH.

Co je Feather?

Feather je rozšíření Chrome vyvinuté audrey sweeze, a jeho hlavní funkcí je „Feather, fork of SweezeBreeze tailored for usage with TBH.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Feather

Stáhněte si soubory rozšíření Feather ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Feather Feather
ID nniioilinlifghjdlpdblelalbaolbch
Oficiální URL https://chromewebstore.google.com/detail/feather/nniioilinlifghjdlpdblelalbaolbch
Popis Feather, fork of SweezeBreeze tailored for usage with TBH.
Velikost souboru 41.04 KB
Počet instalací 52
Aktuální Verze 3.1
Poslední Aktualizace 2022-02-09
Datum Vydání 2022-02-09
Vývojář audrey sweeze
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}