Amino Fullscreen Chat
The chat in Amino Web is tiny, this makes it fullscreen
Co to jest Amino Fullscreen Chat?
Amino Fullscreen Chat to rozszerzenie Chrome opracowane przez Ian Martorell, a jego główną funkcją jest „The chat in Amino Web is tiny, this makes it fullscreen”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Amino Fullscreen Chat
Pobierz pliki rozszerzeń Amino Fullscreen Chat 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
Make Amino great again.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | aebphbclhfdhdmfolbokhchficidedad |
Oficjalny URL | https://chromewebstore.google.com/detail/amino-fullscreen-chat/aebphbclhfdhdmfolbokhchficidedad |
Opis | The chat in Amino Web is tiny, this makes it fullscreen |
Rozmiar pliku | 3.26 KB |
Liczba instalacji | 403 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2018-07-24 |
Data Publikacji | 2018-07-24 |
Ocena | 4.11/5 Łącznie 19 Oceny |
Deweloper | Ian Martorell |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |