FL Assorted Cats

Proudly display your feline companions in "Fallen London"!

FL Assorted Cats क्या है?

FL Assorted Cats lensvol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Proudly display your feline companions in "Fallen London"!"।

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

screenshot

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

crx प्रारूप में FL Assorted Cats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}