Twitch Peak

Keeps the current tab set to the largest stream for any given game on Twitch!

Twitch Peak क्या है?

Twitch Peak noahwillcrow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keeps the current tab set to the largest stream for any given game on Twitch!"।

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

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

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

                        Keep your eyes glued to only the top Twitch stream of any given game!

Instructions:
Just install this extension, click the icon in the Chrome menu, type in the name of your game, and click "Start Watching"!

Source code is available on GitHub!                    

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

नाम Twitch Peak Twitch Peak
ID lmdldooiahghimedndlabgjfkddemjdj
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-peak/lmdldooiahghimedndlabgjfkddemjdj
विवरण Keeps the current tab set to the largest stream for any given game on Twitch!
फ़ाइल का आकार 120 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2017-07-25
प्रकाशन तिथि 2017-07-25
डेवलपर noahwillcrow
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/noahwillcrow/TwitchPeak
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Peak",
    "short_name": "TwitchPeak",
    "version": "1.0.3",
    "description": "Keeps the current tab set to the largest stream for any given game on Twitch!",
    "icons": {
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.twitch.tv\/kraken\/streams"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "icon-32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ],
        "persistent": true
    }
}