Spelltable Spectator

This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator

Spelltable Spectator क्या है?

Spelltable Spectator 13kevlop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator"।

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

screenshot

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

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

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

                        This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator                    

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

नाम Spelltable Spectator Spelltable Spectator
ID gibfelmjecbkbdkkgbgnknnfplmhdcmn
आधिकारिक URL https://chromewebstore.google.com/detail/spelltable-spectator/gibfelmjecbkbdkkgbgnknnfplmhdcmn
विवरण This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator
फ़ाइल का आकार 93.07 KB
स्थापना संख्या 353
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2023-02-27
प्रकाशन तिथि 2023-01-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर 13kevlop
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spelltable Spectator",
    "version": "0.1.0",
    "description": "This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator",
    "icons": {
        "16": "magnifying-glass.png",
        "32": "magnifying-glass.png",
        "48": "magnifying-glass.png",
        "128": "magnifying-glass.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/spelltable.wizards.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}