Feather
Feather, fork of SweezeBreeze tailored for usage with TBH.
Что такое Feather?
Feather - это расширение Chrome, разработанное audrey sweeze, и его основная функция - "Feather, fork of SweezeBreeze tailored for usage with TBH.".
Снимки экрана расширения
Скачать файл CRX расширения Feather
Скачайте файлы расширений 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 Основная информация о расширении
| Название | |
| 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"
]
}
]
} | |