FL Assorted Cats

Proudly display your feline companions in "Fallen London"!

Что такое FL Assorted Cats?

FL Assorted Cats - это расширение Chrome, разработанное lensvol, и его основная функция - "Proudly display your feline companions in "Fallen London"!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения FL Assorted Cats

Скачайте файлы расширений FL Assorted Cats в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Ever thought that your august feline companions are lost amongst the scores of your other companions? Fear no more! 

With this small extension they will receive a dedicated section in the "Possessions" tab, from which you can still equip them at leisure.

Extension has been "whitelisted" for use by FBG.                    

Основная информация о расширении

Название FL Assorted Cats FL Assorted Cats
ID bekpmddpdfbginlkmdcmhjfeejbmddpb
Официальный URL https://chromewebstore.google.com/detail/fl-assorted-cats/bekpmddpdfbginlkmdcmhjfeejbmddpb
Описание Proudly display your feline companions in "Fallen London"!
Размер файла 23.76 KB
Количество установок 54
Текущая Версия 2.6
Последнее Обновление 2024-02-05
Дата публикации 2021-08-14
Рейтинг 5.00/5 Всего 2 оценок
Разработчик lensvol
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/lensvol/fl-assorted-cats
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FL Assorted Cats",
    "description": "Proudly display your feline companions in \"Fallen London\"!",
    "version": "2.6",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "presets.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fallenlondon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/kitty-icon-16.png",
            "32": "\/images\/kitty-icon-32.png",
            "48": "\/images\/kitty-icon-48.png",
            "128": "\/images\/kitty-icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/kitty-icon-16.png",
        "32": "\/images\/kitty-icon-32.png",
        "48": "\/images\/kitty-icon-48.png",
        "128": "\/images\/kitty-icon-128.png"
    },
    "web_accessible_resources": [
        "inject.js"
    ]
}