SmashTicker: Watch People Smash

Find Super Smash Bros. Streams on Twitch, quick and easy.

SmashTicker: Watch People Smash क्या है?

SmashTicker: Watch People Smash http://novax81.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Super Smash Bros. Streams on Twitch, quick and easy."।

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

screenshot

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

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

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

                        Find Twitch streams and Tournaments for all of your favorite Super Smash Bros. Games!

Powered by Twitch and smash.gg.

Code: https://github.com/AQuackenbos/SmashTicker

Permissions required: You'll be asked to allow it to communicate with "novax81.com".  This is my server that talks to the other APIs.  The server code is also in the public repository.

Update: 2020/02/20 - Fixed smash.gg Integration

v2.1.2: Minor bugfixes (popout setting, ext links)
v2.1.1: Fixed branding issues with smash.gg
v2.1.0: Updated to latest smash.gg API code, refined some views
v2.0.0: Major rework.  Added support for Smash Ultimate.  Added tournaments from smash.gg
v1.0.0: Added proper twitch management to load streams.  Removed PM (Twitch removed it)
v0.2.0: Support for Project M Streams                    

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

नाम SmashTicker: Watch People Smash SmashTicker: Watch People Smash
ID nhjklhalmbccpfhpnedcleiabpkocggi
आधिकारिक URL https://chrome.google.com/webstore/detail/smashticker-watch-people/nhjklhalmbccpfhpnedcleiabpkocggi
विवरण Find Super Smash Bros. Streams on Twitch, quick and easy.
फ़ाइल का आकार 1016 KB
स्थापना संख्या 65
वर्तमान संस्करण 2.1.2
अंतिम अपडेट 2020-02-21
प्रकाशन तिथि 2020-02-21
रेटिंग 3.22/5 कुल 9 रेटिंग्स
डेवलपर http://novax81.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/AQuackenbos/SmashTicker
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "description": "Find Super Smash Bros. Streams on Twitch, quick and easy.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "SmashTicker: Watch People Smash",
    "short_name": "SmashTicker",
    "version": "2.1.2",
    "permissions": [
        "https:\/\/novax81.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}