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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}