FL Assorted Cats
Proudly display your feline companions in "Fallen London"!
FL Assorted Cats là gì?
FL Assorted Cats là một tiện ích mở rộng Chrome được phát triển bởi lensvol, và tính năng chính của nó là "Proudly display your feline companions in "Fallen London"!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FL Assorted Cats
Tải xuống các tệp mở rộng FL Assorted Cats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FL Assorted Cats |
ID | bekpmddpdfbginlkmdcmhjfeejbmddpb |
URL Chính Thức | https://chromewebstore.google.com/detail/fl-assorted-cats/bekpmddpdfbginlkmdcmhjfeejbmddpb |
Mô tả | Proudly display your feline companions in "Fallen London"! |
Kích Thước Tệp | 23.76 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 2.6 |
Cập Nhật Lần Cuối | 2024-02-05 |
Ngày Phát Hành | 2021-08-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | lensvol |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lensvol/fl-assorted-cats |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |