Twitch-Chat-Bottom
When the sceen is small Twitch chat is anchored at the bottom of the page
Was ist Twitch-Chat-Bottom?
Twitch-Chat-Bottom ist eine Chrome-Erweiterung, die von Asim Shrestha entwickelt wurde, und ihr Hauptmerkmal ist "When the sceen is small Twitch chat is anchored at the bottom of the page".
Erweiterungsscreenshots
Twitch-Chat-Bottom-Erweiterungs-CRX-Datei herunterladen
Laden Sie Twitch-Chat-Bottom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                                             Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | ojihlcinbfjmbiabagcjaniphobeenla | 
| Offizielle URL | https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla | 
| Beschreibung | When the sceen is small Twitch chat is anchored at the bottom of the page | 
| Dateigröße | 4.58 KB | 
| Installationsanzahl | 14 | 
| Aktuelle Version | 1.0.1 | 
| Letztes Update | 2018-04-05 | 
| Veröffentlichungsdatum | 2018-04-05 | 
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | Asim Shrestha | 
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
    ]
}  |  |