FL Masquerade
Manage multiple identities in "Fallen London" browser game.
Apa itu FL Masquerade?
FL Masquerade adalah ekstensi Chrome yang dikembangkan oleh lensvol, dan fitur utamanya adalah "Manage multiple identities in "Fallen London" browser game.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FL Masquerade
Unduh file ekstensi FL Masquerade dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension will let you switch between multiple different "alts" from inside the game itself, removing the need to constantly keep open a bevy of tabs/windows for them.
Informasi Dasar Ekstensi
Nama | FL Masquerade |
ID | njkbfdpmpeoppdmgenflgjfnngnfkhbe |
URL Resmi | https://chromewebstore.google.com/detail/fl-masquerade/njkbfdpmpeoppdmgenflgjfnngnfkhbe |
Deskripsi | Manage multiple identities in "Fallen London" browser game. |
Ukuran File | 21.06 KB |
Jumlah Instalasi | 145 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2022-06-04 |
Tanggal Publikasi | 2022-05-24 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | lensvol |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/lensvol/fl-masquerade |
URL Halaman Bantuan | https://github.com/lensvol/fl-masquerade |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FL Masquerade", "description": "Manage multiple identities in \"Fallen London\" browser game.", "version": "1.1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage", "alarms", "https:\/\/api.fallenlondon.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.fallenlondon.com\/*" ], "js": [ "content.js" ], "css": [], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/*.fallenlondon.com\/*" ] } ], "icons": { "16": "\/images\/masks-icon-16.png", "32": "\/images\/masks-icon-32.png", "48": "\/images\/masks-icon-48.png", "128": "\/images\/masks-icon-128.png" } } |