Twitch-Chat-Bottom
When the sceen is small Twitch chat is anchored at the bottom of the page
Co to jest Twitch-Chat-Bottom?
Twitch-Chat-Bottom to rozszerzenie Chrome opracowane przez Asim Shrestha, a jego główną funkcją jest „When the sceen is small Twitch chat is anchored at the bottom of the page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch-Chat-Bottom
Pobierz pliki rozszerzeń Twitch-Chat-Bottom w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                                             Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | ojihlcinbfjmbiabagcjaniphobeenla | 
| Oficjalny URL | https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla | 
| Opis | When the sceen is small Twitch chat is anchored at the bottom of the page | 
| Rozmiar pliku | 4.58 KB | 
| Liczba instalacji | 14 | 
| Aktualna Wersja | 1.0.1 | 
| Ostatnia Aktualizacja | 2018-04-05 | 
| Data Publikacji | 2018-04-05 | 
| Ocena | 1.00/5 Łącznie 1 Oceny | 
| Deweloper | Asim Shrestha | 
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    ]
}  |  |