Twitch Chat Strawpoll Helper

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

O que é Twitch Chat Strawpoll Helper?

Twitch Chat Strawpoll Helper é uma extensão do Chrome desenvolvida por EBCM, e sua principal característica é "Reformats Twitch chat messages that include links to strawpoll.me.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitch Chat Strawpoll Helper

Baixe arquivos de extensão Twitch Chat Strawpoll Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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  

Informações Básicas da Extensão

Nome Twitch Chat Strawpoll Helper Twitch Chat Strawpoll Helper
ID apnmaeokijedbbdbnbanjeooijcmldlf
URL Oficial https://chromewebstore.google.com/detail/twitch-chat-strawpoll-hel/apnmaeokijedbbdbnbanjeooijcmldlf
Descrição Reformats Twitch chat messages that include links to strawpoll.me.
Tamanho do Arquivo 14.23 KB
Contagem de Instalações 116
Versão Atual 1.12
Última Atualização 2015-10-16
Data de Publicação 2015-10-16
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor EBCM
Tipo de Pagamento free
Site da Extensão http://www.ebcmsoftware.com
Idiomas Suportados 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\/*"
    ]
}