FL Assorted Cats
Proudly display your feline companions in "Fallen London"!
Wat is FL Assorted Cats?
FL Assorted Cats is een Chrome-extensie ontwikkeld door lensvol, en de belangrijkste functie is "Proudly display your feline companions in "Fallen London"!".
Extensie Screenshots
Download het CRX-bestand van de extensie FL Assorted Cats
Download FL Assorted Cats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | FL Assorted Cats |
ID | bekpmddpdfbginlkmdcmhjfeejbmddpb |
Officiële URL | https://chromewebstore.google.com/detail/fl-assorted-cats/bekpmddpdfbginlkmdcmhjfeejbmddpb |
Beschrijving | Proudly display your feline companions in "Fallen London"! |
Bestandsgrootte | 23.76 KB |
Aantal Installaties | 54 |
Huidige Versie | 2.6 |
Laatst Bijgewerkt | 2024-02-05 |
Publicatiedatum | 2021-08-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | lensvol |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/lensvol/fl-assorted-cats |
Ondersteunde Talen | 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" ] } |