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