Feather

Feather, fork of SweezeBreeze tailored for usage with TBH.

O que é Feather?

Feather é uma extensão do Chrome desenvolvida por audrey sweeze, e sua principal característica é "Feather, fork of SweezeBreeze tailored for usage with TBH.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Feather

Baixe arquivos de extensão Feather no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Feather Feather
ID nniioilinlifghjdlpdblelalbaolbch
URL Oficial https://chromewebstore.google.com/detail/feather/nniioilinlifghjdlpdblelalbaolbch
Descrição Feather, fork of SweezeBreeze tailored for usage with TBH.
Tamanho do Arquivo 41.04 KB
Contagem de Instalações 52
Versão Atual 3.1
Última Atualização 2022-02-09
Data de Publicação 2022-02-09
Desenvolvedor audrey sweeze
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}