Twitch Chat Strawpoll Helper

Reformats Twitch chat messages that include links to strawpoll.me.

Twitch Chat Strawpoll Helper क्या है?

Twitch Chat Strawpoll Helper EBCM द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reformats Twitch chat messages that include links to strawpoll.me."।

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

screenshot
screenshot

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

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

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

                        This extension has 2 primary functions: 

First, it replaces the links to Strawpoll in the chat from, for example, "http://strawpoll.me/1234567" to a customizable, easily-readable link, such as "Strawpoll 1234567: Do you like the New Group Qualifying?"

Second, it replaces all links from the screamer website "Strawpoii" to their respective Strawpoll.me URLs.

Email me at [email protected] for bug reports, suggestions, complaints, etc.

Version 1.1: Initial release!
Version 1.11: Fixed a bug where it would treat "http://strawpoll.me/10http://strawpoll.me/10" as a valid Strawpoll link.

P.S. An option I am considering adding is to vote for a Strawpoll via chat with a command like "/vote  

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

नाम Twitch Chat Strawpoll Helper Twitch Chat Strawpoll Helper
ID apnmaeokijedbbdbnbanjeooijcmldlf
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-chat-strawpoll-hel/apnmaeokijedbbdbnbanjeooijcmldlf
विवरण Reformats Twitch chat messages that include links to strawpoll.me.
फ़ाइल का आकार 14.23 KB
स्थापना संख्या 116
वर्तमान संस्करण 1.12
अंतिम अपडेट 2015-10-16
प्रकाशन तिथि 2015-10-16
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर EBCM
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.ebcmsoftware.com
समर्थित भाषाएँ en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*",
                "http:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "description": "Reformats Twitch chat messages that include links to strawpoll.me.",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Twitch Chat Strawpoll Helper",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "https:\/\/*.twitch.tv\/*",
        "http:\/\/*.twitch.tv\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.12",
    "web_accessible_resources": [
        "images\/*"
    ]
}