FL Assorted Cats

Proudly display your feline companions in "Fallen London"!

FL Assorted Cats란 무엇입니까?

FL Assorted Cats은(는) lensvol에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Proudly display your feline companions in "Fallen London"!"입니다.

확장 프로그램 스크린샷

screenshot

FL Assorted Cats 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}