Feather

Feather, fork of SweezeBreeze tailored for usage with TBH.

ما هو Feather؟

Feather هو إضافة Chrome تم تطويرها بواسطة audrey sweeze، والميزة الرئيسية لها هي "Feather, fork of SweezeBreeze tailored for usage with TBH.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Feather

قم بتنزيل ملفات الامتداد Feather بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}