Feather

Feather, fork of SweezeBreeze tailored for usage with TBH.

Feather क्या है?

Feather audrey sweeze द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Feather, fork of SweezeBreeze tailored for usage with TBH."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Feather एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}