Twitch-Chat-Bottom
When the sceen is small Twitch chat is anchored at the bottom of the page
Cos'è Twitch-Chat-Bottom?
Twitch-Chat-Bottom è un'estensione di Chrome sviluppata da Asim Shrestha, e la sua funzione principale è "When the sceen is small Twitch chat is anchored at the bottom of the page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch-Chat-Bottom
Scarica i file di estensione Twitch-Chat-Bottom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | ojihlcinbfjmbiabagcjaniphobeenla |
| URL Ufficiale | https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla |
| Descrizione | When the sceen is small Twitch chat is anchored at the bottom of the page |
| Dimensione del File | 4.58 KB |
| Conteggio Installazioni | 14 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2018-04-05 |
| Data di Pubblicazione | 2018-04-05 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | Asim Shrestha |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |