Feather
Feather, fork of SweezeBreeze tailored for usage with TBH.
Apa itu Feather?
Feather adalah ekstensi Chrome yang dikembangkan oleh audrey sweeze, dan fitur utamanya adalah "Feather, fork of SweezeBreeze tailored for usage with TBH.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Feather
Unduh file ekstensi Feather dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Feather |
ID | nniioilinlifghjdlpdblelalbaolbch |
URL Resmi | https://chromewebstore.google.com/detail/feather/nniioilinlifghjdlpdblelalbaolbch |
Deskripsi | Feather, fork of SweezeBreeze tailored for usage with TBH. |
Ukuran File | 41.04 KB |
Jumlah Instalasi | 52 |
Versi Saat Ini | 3.1 |
Terakhir Diperbarui | 2022-02-09 |
Tanggal Publikasi | 2022-02-09 |
Pengembang | audrey sweeze |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |