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
官方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"
            ]
        }
    ]
}