Feather
Feather, fork of SweezeBreeze tailored for usage with TBH.
Featherคืออะไร?
Feather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย audrey sweeze และคุณลักษณะหลักของมันคือ "Feather, fork of SweezeBreeze tailored for usage with TBH."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feather
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } ] } |