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
公式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\/*"
    ]
}