Twitch-Chat-Bottom
When the sceen is small Twitch chat is anchored at the bottom of the page
Wat is Twitch-Chat-Bottom?
Twitch-Chat-Bottom is een Chrome-extensie ontwikkeld door Asim Shrestha, en de belangrijkste functie is "When the sceen is small Twitch chat is anchored at the bottom of the page".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch-Chat-Bottom
Download Twitch-Chat-Bottom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                                             Basisinformatie over de Extensie
| Naam |   |  
| ID | ojihlcinbfjmbiabagcjaniphobeenla | 
| Officiële URL | https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla | 
| Beschrijving | When the sceen is small Twitch chat is anchored at the bottom of the page | 
| Bestandsgrootte | 4.58 KB | 
| Aantal Installaties | 14 | 
| Huidige Versie | 1.0.1 | 
| Laatst Bijgewerkt | 2018-04-05 | 
| Publicatiedatum | 2018-04-05 | 
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | Asim Shrestha | 
| Betalingswijze | free | 
| Ondersteunde Talen | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "When the sceen is small Twitch chat is anchored at the bottom of the page",
    "manifest_version": 2,
    "name": "Twitch-Chat-Bottom",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "browser_style": true,
        "default_title": "Twitch Chat Bottom"
    },
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "activeTab",
        "tabs"
    ]
}  |  |