Saki Cards for Autotable

Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions

Saki Cards for Autotable क्या है?

Saki Cards for Autotable Umeboshi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Saki Cards for Autotable एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Saki Cards for Autotable Saki Cards for Autotable
ID eebhgnhgjddpmagdidepnfaelledhagp
आधिकारिक URL https://chromewebstore.google.com/detail/saki-cards-for-autotable/eebhgnhgjddpmagdidepnfaelledhagp
विवरण Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions
फ़ाइल का आकार 27.62 MB
स्थापना संख्या 82
वर्तमान संस्करण 0.3.6
अंतिम अपडेट 2023-06-25
प्रकाशन तिथि 2022-05-17
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Umeboshi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/fuzzfactory0/saki-cards-extension
समर्थित भाषाएँ 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"
    }
}