Feather

Feather, fork of SweezeBreeze tailored for usage with TBH.

What is Feather?

Feather is a Chrome extension developed by audrey sweeze, and its main feature is "Feather, fork of SweezeBreeze tailored for usage with TBH.".

Extension Screenshots

screenshot

Download Feather Extension CRX File

Download Feather extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Feather Feather
ID nniioilinlifghjdlpdblelalbaolbch
Official URL https://chromewebstore.google.com/detail/feather/nniioilinlifghjdlpdblelalbaolbch
Description Feather, fork of SweezeBreeze tailored for usage with TBH.
File Size 41.04 KB
Installation Count 52
Current Version 3.1
Last Updated 2022-02-09
Publish Date 2022-02-09
Developer audrey sweeze
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}