Feather

Feather, fork of SweezeBreeze tailored for usage with TBH.

Cos'è Feather?

Feather è un'estensione di Chrome sviluppata da audrey sweeze, e la sua funzione principale è "Feather, fork of SweezeBreeze tailored for usage with TBH.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Feather

Scarica i file di estensione Feather in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Feather Feather
ID nniioilinlifghjdlpdblelalbaolbch
URL Ufficiale https://chromewebstore.google.com/detail/feather/nniioilinlifghjdlpdblelalbaolbch
Descrizione Feather, fork of SweezeBreeze tailored for usage with TBH.
Dimensione del File 41.04 KB
Conteggio Installazioni 52
Versione Corrente 3.1
Ultimo Aggiornamento 2022-02-09
Data di Pubblicazione 2022-02-09
Sviluppatore audrey sweeze
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}