Saki Cards for Autotable
Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions
Wat is Saki Cards for Autotable?
Saki Cards for Autotable is een Chrome-extensie ontwikkeld door Umeboshi, en de belangrijkste functie is "Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions".
Extensie Screenshots
Download het CRX-bestand van de extensie Saki Cards for Autotable
Download Saki Cards for Autotable-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
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
Basisinformatie over de Extensie
Naam | Saki Cards for Autotable |
ID | eebhgnhgjddpmagdidepnfaelledhagp |
Officiële URL | https://chromewebstore.google.com/detail/saki-cards-for-autotable/eebhgnhgjddpmagdidepnfaelledhagp |
Beschrijving | Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions |
Bestandsgrootte | 27.62 MB |
Aantal Installaties | 82 |
Huidige Versie | 0.3.6 |
Laatst Bijgewerkt | 2023-06-25 |
Publicatiedatum | 2022-05-17 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Umeboshi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/fuzzfactory0/saki-cards-extension |
Ondersteunde Talen | 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" } } |