Twitch-Chat-Bottom
When the sceen is small Twitch chat is anchored at the bottom of the page
Co je Twitch-Chat-Bottom?
Twitch-Chat-Bottom je rozšíření Chrome vyvinuté Asim Shrestha, a jeho hlavní funkcí je „When the sceen is small Twitch chat is anchored at the bottom of the page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitch-Chat-Bottom
Stáhněte si soubory rozšíření Twitch-Chat-Bottom ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
                                             Základní Informace o Rozšíření
| Název |   |  
| ID | ojihlcinbfjmbiabagcjaniphobeenla | 
| Oficiální URL | https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla | 
| Popis | When the sceen is small Twitch chat is anchored at the bottom of the page | 
| Velikost souboru | 4.58 KB | 
| Počet instalací | 14 | 
| Aktuální Verze | 1.0.1 | 
| Poslední Aktualizace | 2018-04-05 | 
| Datum Vydání | 2018-04-05 | 
| Hodnocení | 1.00/5 Celkem 1 Hodnocení | 
| Vývojář | Asim Shrestha | 
| Typ Platby | free | 
| Podporované Jazyky | 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"
    ]
}  |  |