Feather
Feather, fork of SweezeBreeze tailored for usage with TBH.
Qu'est-ce que Feather ?
Feather est une extension Chrome développée par audrey sweeze, et sa fonction principale est "Feather, fork of SweezeBreeze tailored for usage with TBH.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Feather
Téléchargez les fichiers d'extension Feather au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Feather |
ID | nniioilinlifghjdlpdblelalbaolbch |
URL Officiel | https://chromewebstore.google.com/detail/feather/nniioilinlifghjdlpdblelalbaolbch |
Description | Feather, fork of SweezeBreeze tailored for usage with TBH. |
Taille du Fichier | 41.04 KB |
Nombre d'Installations | 52 |
Version Actuelle | 3.1 |
Dernière Mise à Jour | 2022-02-09 |
Date de Publication | 2022-02-09 |
Développeur | audrey sweeze |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |