FL Assorted Cats
Proudly display your feline companions in "Fallen London"!
Qu'est-ce que FL Assorted Cats ?
FL Assorted Cats est une extension Chrome développée par lensvol, et sa fonction principale est "Proudly display your feline companions in "Fallen London"!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FL Assorted Cats
Téléchargez les fichiers d'extension FL Assorted Cats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | FL Assorted Cats |
ID | bekpmddpdfbginlkmdcmhjfeejbmddpb |
URL Officiel | https://chromewebstore.google.com/detail/fl-assorted-cats/bekpmddpdfbginlkmdcmhjfeejbmddpb |
Description | Proudly display your feline companions in "Fallen London"! |
Taille du Fichier | 23.76 KB |
Nombre d'Installations | 54 |
Version Actuelle | 2.6 |
Dernière Mise à Jour | 2024-02-05 |
Date de Publication | 2021-08-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | lensvol |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/lensvol/fl-assorted-cats |
Langues Prises en Charge | 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" ] } |