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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |