Twitch Chat Strawpoll Helper

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

什麼是Twitch Chat Strawpoll Helper?

Twitch Chat Strawpoll Helper是由EBCM開發的Chrome擴展程式,該擴展的主要功能是“Reformats Twitch chat messages that include links to strawpoll.me.”。

擴展截圖

screenshot
screenshot

下載Twitch Chat Strawpoll Helper擴展crx文件

下載Twitch Chat Strawpoll Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}