Twitch Chat Strawpoll Helper

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

Twitch Chat Strawpoll Helper là gì?

Twitch Chat Strawpoll Helper là một tiện ích mở rộng Chrome được phát triển bởi EBCM, và tính năng chính của nó là "Reformats Twitch chat messages that include links to strawpoll.me.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch Chat Strawpoll Helper

Tải xuống các tệp mở rộng Twitch Chat Strawpoll Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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  

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitch Chat Strawpoll Helper Twitch Chat Strawpoll Helper
ID apnmaeokijedbbdbnbanjeooijcmldlf
URL Chính Thức https://chromewebstore.google.com/detail/twitch-chat-strawpoll-hel/apnmaeokijedbbdbnbanjeooijcmldlf
Mô tả Reformats Twitch chat messages that include links to strawpoll.me.
Kích Thước Tệp 14.23 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 1.12
Cập Nhật Lần Cuối 2015-10-16
Ngày Phát Hành 2015-10-16
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển EBCM
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ebcmsoftware.com
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}