Feather
Feather, fork of SweezeBreeze tailored for usage with TBH.
Featherとは何ですか?
Featherはaudrey sweezeによって開発されたChromeの拡張機能で、その主な機能は「Feather, fork of SweezeBreeze tailored for usage with TBH.」です。
拡張機能のスクリーンショット
Feather拡張機能のCRXファイルをダウンロード
Feather拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Feather |
ID | nniioilinlifghjdlpdblelalbaolbch |
公式URL | https://chromewebstore.google.com/detail/feather/nniioilinlifghjdlpdblelalbaolbch |
説明 | Feather, fork of SweezeBreeze tailored for usage with TBH. |
ファイルサイズ | 41.04 KB |
インストール数 | 52 |
現在のバージョン | 3.1 |
最終更新日 | 2022-02-09 |
公開日 | 2022-02-09 |
開発者 | audrey sweeze |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } ] } |