Feather

Feather, fork of SweezeBreeze tailored for usage with TBH.

Vad är Feather?

Feather är en Chrome-tillägg utvecklad av audrey sweeze, och dess huvudfunktion är "Feather, fork of SweezeBreeze tailored for usage with TBH.".

Tilläggsskärmbilder

screenshot

Ladda ner Feather-förlängningens CRX-fil

Ladda ner Feather-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Feather Feather
ID nniioilinlifghjdlpdblelalbaolbch
Officiell webbadress https://chromewebstore.google.com/detail/feather/nniioilinlifghjdlpdblelalbaolbch
Beskrivning Feather, fork of SweezeBreeze tailored for usage with TBH.
Filstorlek 41.04 KB
Antal Installationer 52
Aktuell Version 3.1
Senast Uppdaterad 2022-02-09
Publiceringsdatum 2022-02-09
Utvecklare audrey sweeze
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}