Feather
Feather, fork of SweezeBreeze tailored for usage with TBH.
Was ist Feather?
Feather ist eine Chrome-Erweiterung, die von audrey sweeze entwickelt wurde, und ihr Hauptmerkmal ist "Feather, fork of SweezeBreeze tailored for usage with TBH.".
Erweiterungsscreenshots
Feather-Erweiterungs-CRX-Datei herunterladen
Laden Sie Feather-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nniioilinlifghjdlpdblelalbaolbch |
| Offizielle URL | https://chromewebstore.google.com/detail/feather/nniioilinlifghjdlpdblelalbaolbch |
| Beschreibung | Feather, fork of SweezeBreeze tailored for usage with TBH. |
| Dateigröße | 41.04 KB |
| Installationsanzahl | 52 |
| Aktuelle Version | 3.1 |
| Letztes Update | 2022-02-09 |
| Veröffentlichungsdatum | 2022-02-09 |
| Entwickler | audrey sweeze |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |