Saki Cards for Autotable
Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions
Cos'è Saki Cards for Autotable?
Saki Cards for Autotable è un'estensione di Chrome sviluppata da Umeboshi, e la sua funzione principale è "Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Saki Cards for Autotable
Scarica i file di estensione Saki Cards for Autotable in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
An extension to play Saki Mahjong Cards on Autotable. Early prototype, might break. Instructions: https://github.com/fuzzfactory0/saki-cards-extension/blob/master/README.md
Informazioni di Base sull'Estensione
Nome | Saki Cards for Autotable |
ID | eebhgnhgjddpmagdidepnfaelledhagp |
URL Ufficiale | https://chromewebstore.google.com/detail/saki-cards-for-autotable/eebhgnhgjddpmagdidepnfaelledhagp |
Descrizione | Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions |
Dimensione del File | 27.62 MB |
Conteggio Installazioni | 82 |
Versione Corrente | 0.3.6 |
Ultimo Aggiornamento | 2023-06-25 |
Data di Pubblicazione | 2022-05-17 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Umeboshi |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/fuzzfactory0/saki-cards-extension |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Saki Cards for Autotable", "version": "0.3.6", "description": "Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "scripts.js" ], "matches": [ "https:\/\/autotable.riichi.moe\/*" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/autotable.riichi.moe\/*" ], "resources": [ "assets\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |