Twitch Chat Reader

Handles Automatically Reading Twitch Chat

Co to jest Twitch Chat Reader?

Twitch Chat Reader to rozszerzenie Chrome opracowane przez fuccaro.ost, a jego główną funkcją jest „Handles Automatically Reading Twitch Chat”.

Pobierz plik CRX rozszerzenia Twitch Chat Reader

Pobierz pliki rozszerzeń Twitch Chat Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Twitch Chat Reader (Alpha)

Want to have twitch chat read for you? Want to experience the cancerous effects of chat without having to stop fapping? this is the extension for you!

Beware, this is an early Alpha, please direct all feature requests to the git                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitch Chat Reader Twitch Chat Reader
ID kajlflbjoafhflgfbpldefdnbhlfdion
Oficjalny URL https://chrome.google.com/webstore/detail/twitch-chat-reader/kajlflbjoafhflgfbpldefdnbhlfdion
Opis Handles Automatically Reading Twitch Chat
Rozmiar pliku 56.57 KB
Liczba instalacji 200
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2016-05-27
Data Publikacji 2016-05-27
Ocena 4.14/5 Łącznie 7 Oceny
Deweloper fuccaro.ost
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Chat Reader",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Handles Automatically Reading Twitch Chat",
    "homepage_url": "http:\/\/www.reddit.com\/u\/anarcie",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.jpg",
        "128": "icons\/icon128.jpg"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Twitch Chat Reader",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "https:\/\/www.twitch.tv\/*",
        "http:\/\/www.twitch.tv\/*",
        "tabs",
        "webNavigation",
        "storage"
    ]
}