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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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