Feather

Feather, fork of SweezeBreeze tailored for usage with TBH.

什麼是Feather?

Feather是由audrey sweeze開發的Chrome擴展程式,該擴展的主要功能是“Feather, fork of SweezeBreeze tailored for usage with TBH.”。

擴展截圖

screenshot

下載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 Feather
ID nniioilinlifghjdlpdblelalbaolbch
官方網址 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"
            ]
        }
    ]
}