Among Us On Laptop & PC
Among Us On Laptop & PC extension provide you with Among Us in new tab page. Created for Among Us fans.
Co to jest Among Us On Laptop & PC?
Among Us On Laptop & PC to rozszerzenie Chrome opracowane przez https://games.lol, a jego główną funkcją jest „Among Us On Laptop & PC extension provide you with Among Us in new tab page. Created for Among Us fans.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Among Us On Laptop & PC
Pobierz pliki rozszerzeń Among Us On Laptop & PC 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
Among Us extension features some of the best artwork to make you feel good on your Chrome browser. Choose your favorite Among Us backgrounds from a variety of designs in new tab page. Install this Among Us chrome extension and experience the great Among Us design in your browser new tab page.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | elilmhkjpkhgfnjeaaffolbckomdhgoe |
Oficjalny URL | https://chrome.google.com/webstore/detail/among-us-on-laptop-pc/elilmhkjpkhgfnjeaaffolbckomdhgoe |
Opis | Among Us On Laptop & PC extension provide you with Among Us in new tab page. Created for Among Us fans. |
Rozmiar pliku | 11 MB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 100.10.311.3 |
Ostatnia Aktualizacja | 2021-02-13 |
Data Publikacji | 2020-11-06 |
Ocena | 3.82/5 Łącznie 22 Oceny |
Deweloper | https://games.lol |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://games.lol/privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_appDesc__", "default_locale": "en", "name": "__MSG_appName__", "background": { "persistent": true, "scripts": [ "\/html\/chrome\/settings.js", "\/html\/common\/prefs-sys.js", "\/html\/chrome\/utils.js", "\/html\/chrome\/background.js" ] }, "browser_action": { "default_icon": { "128": "html\/skin\/icons\/128.png", "16": "html\/skin\/icons\/16.png", "48": "html\/skin\/icons\/48.png" } }, "chrome_url_overrides": { "newtab": "\/html\/index.html" }, "icons": { "128": "html\/skin\/icons\/128.png", "16": "html\/skin\/icons\/16.png", "48": "html\/skin\/icons\/48.png" }, "manifest_version": 2, "offline_enabled": true, "permissions": [ "topSites" ], "version": "100.10.311.3", "web_accessible_resources": [ "html\/skin\/*" ] } |