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"!”。
扩展截图
下载FL Assorted Cats扩展crx文件
下载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 |
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" ] } |