FL Assorted Cats

Proudly display your feline companions in "Fallen London"!

Co to jest FL Assorted Cats?

FL Assorted Cats to rozszerzenie Chrome opracowane przez lensvol, a jego główną funkcją jest „Proudly display your feline companions in "Fallen London"!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FL Assorted Cats

Pobierz pliki rozszerzeń FL Assorted Cats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa FL Assorted Cats FL Assorted Cats
ID bekpmddpdfbginlkmdcmhjfeejbmddpb
Oficjalny URL https://chromewebstore.google.com/detail/fl-assorted-cats/bekpmddpdfbginlkmdcmhjfeejbmddpb
Opis Proudly display your feline companions in "Fallen London"!
Rozmiar pliku 23.76 KB
Liczba instalacji 54
Aktualna Wersja 2.6
Ostatnia Aktualizacja 2024-02-05
Data Publikacji 2021-08-14
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper lensvol
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/lensvol/fl-assorted-cats
Obsługiwane Języki 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"
    ]
}