Twitch Tabs

Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!

Cos'è Twitch Tabs?

Twitch Tabs è un'estensione di Chrome sviluppata da RocketBuilt Apps, e la sua funzione principale è "Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Twitch Tabs

Scarica i file di estensione Twitch Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Simply log in to you Twitch account through the extension and set your favorite streams! Easily track your favorite streamers and see when they are online. 

Twitch Tabs allows you to open all of your favorite online Twitch streams in tabs with the click of a button or individual streams. 

Update 0.4.1:
Implemented Chrome Notifications with the ability to toggle on and off 
Bug fixes                    

Informazioni di Base sull'Estensione

Nome Twitch Tabs Twitch Tabs
ID bnaleaigeeaockjojmidjnpfkhaobdbg
URL Ufficiale https://chromewebstore.google.com/detail/twitch-tabs/bnaleaigeeaockjojmidjnpfkhaobdbg
Descrizione Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!
Dimensione del File 1.19 MB
Conteggio Installazioni 86
Versione Corrente 0.4.1
Ultimo Aggiornamento 2020-12-26
Data di Pubblicazione 2020-12-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore RocketBuilt Apps
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/tylern88/streamertabs/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Tabs",
    "version": "0.4.1",
    "description": "Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!",
    "permissions": [
        "identity",
        "storage",
        "notifications",
        "alarms",
        "https:\/\/id.twitch.tv\/*"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "icons": {
        "192": "logo192.png"
    },
    "browser_action": {
        "default_icon": {
            "192": "logo192.png"
        },
        "default_title": "Twitch Tabs",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    }
}