FL Mystery Sorter
Show various things in Fallen London properly sorted.
Что такое FL Mystery Sorter?
FL Mystery Sorter - это расширение Chrome, разработанное lensvol, и его основная функция - "Show various things in Fallen London properly sorted.".
Снимки экрана расширения
Скачать файл CRX расширения FL Mystery Sorter
Скачайте файлы расширений FL Mystery Sorter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Exactly what it says on the tin. Only for use with the "Fallen London" browser game. Основная информация о расширении
| Название | |
| ID | dphadlgegfppjflgefaicponddcnjpbm |
| Официальный URL | https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm |
| Описание | Show various things in Fallen London properly sorted. |
| Размер файла | 11.38 KB |
| Количество установок | 44 |
| Текущая Версия | 1.2.0 |
| Последнее Обновление | 2022-06-09 |
| Дата публикации | 2022-04-20 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | lensvol |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/lensvol/fl-mystery-sorter |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FL Mystery Sorter",
"description": "Show various things in Fallen London properly sorted.",
"version": "1.2.0",
"manifest_version": 3,
"host_permissions": [
"https:\/\/www.fallenlondon.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.fallenlondon.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": {
"16": "\/images\/fl-mystery-sorter-icon-16.png",
"32": "\/images\/fl-mystery-sorter-icon-32.png",
"48": "\/images\/fl-mystery-sorter-icon-48.png",
"128": "\/images\/fl-mystery-sorter-icon-128.png"
}
},
"icons": {
"16": "\/images\/fl-mystery-sorter-icon-16.png",
"32": "\/images\/fl-mystery-sorter-icon-32.png",
"48": "\/images\/fl-mystery-sorter-icon-48.png",
"128": "\/images\/fl-mystery-sorter-icon-128.png"
},
"web_accessible_resources": []
} | |