Amino Fullscreen Chat
The chat in Amino Web is tiny, this makes it fullscreen
Wat is Amino Fullscreen Chat?
Amino Fullscreen Chat is een Chrome-extensie ontwikkeld door Ian Martorell, en de belangrijkste functie is "The chat in Amino Web is tiny, this makes it fullscreen".
Extensie Screenshots
Download het CRX-bestand van de extensie Amino Fullscreen Chat
Download Amino Fullscreen Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Make Amino great again.
Basisinformatie over de Extensie
Naam | |
ID | aebphbclhfdhdmfolbokhchficidedad |
Officiële URL | https://chromewebstore.google.com/detail/amino-fullscreen-chat/aebphbclhfdhdmfolbokhchficidedad |
Beschrijving | The chat in Amino Web is tiny, this makes it fullscreen |
Bestandsgrootte | 3.26 KB |
Aantal Installaties | 403 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2018-07-24 |
Publicatiedatum | 2018-07-24 |
Beoordeling | 4.11/5 Totaal 19 Beoordelingen |
Ontwikkelaar | Ian Martorell |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amino Fullscreen Chat", "version": "1.0.1", "author": "Ian Martorell", "manifest_version": 2, "description": "The chat in Amino Web is tiny, this makes it fullscreen", "content_scripts": [ { "matches": [ "https:\/\/aminoapps.com\/c\/*", "https:\/\/aminoapps.com\/c\/*" ], "css": [ "src\/styles.css" ] } ] } |