Twitch-Chat-Bottom
When the sceen is small Twitch chat is anchored at the bottom of the page
Hvad er Twitch-Chat-Bottom?
Twitch-Chat-Bottom er en Chrome-udvidelse udviklet af Asim Shrestha, og dens hovedfunktion er "When the sceen is small Twitch chat is anchored at the bottom of the page".
Udvidelsesskærmbilleder
Download Twitch-Chat-Bottom-udvidelses-CRX-fil
Download Twitch-Chat-Bottom-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                                             Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | ojihlcinbfjmbiabagcjaniphobeenla | 
| Officiel URL | https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla | 
| Beskrivelse | When the sceen is small Twitch chat is anchored at the bottom of the page | 
| Filstørrelse | 4.58 KB | 
| Antal Installationer | 14 | 
| Nuværende Version | 1.0.1 | 
| Senest Opdateret | 2018-04-05 | 
| Udgivelsesdato | 2018-04-05 | 
| Bedømmelse | 1.00/5 Samlet 1 Bedømmelser | 
| Udvikler | Asim Shrestha | 
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
    ]
}  |  |