Among Us Shimeji For Google Chrome™

Among Us characters plays while you browsing in Google page. Created for Among Us fans.

Co to jest Among Us Shimeji For Google Chrome™?

Among Us Shimeji For Google Chrome™ to rozszerzenie Chrome opracowane przez charles, a jego główną funkcją jest „Among Us characters plays while you browsing in Google page. Created for Among Us fans.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Among Us Shimeji For Google Chrome™

Pobierz pliki rozszerzeń Among Us Shimeji For Google Chrome™ 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

                        Cute and fun Among Us characters to play around in google page when you are surfing the web.

=== How does it work? ===

1. Click on the extension icon on the top right corner 
2. Click on "Among Us Shimeji For Google Chrome™" icon to activate the characters.
3. Click the icon again to disable the characters.
4. Only works when you are in google.com page.                    

Podstawowe informacje o rozszerzeniu

Nazwa Among Us Shimeji For Google Chrome™ Among Us Shimeji For Google Chrome™
ID eejijdoicgmljghlfdblkahibjcjbjga
Oficjalny URL https://chromewebstore.google.com/detail/among-us-shimeji-for-goog/eejijdoicgmljghlfdblkahibjcjbjga
Opis Among Us characters plays while you browsing in Google page. Created for Among Us fans.
Rozmiar pliku 137 KB
Liczba instalacji 20,000
Aktualna Wersja 10.1.21.19
Ostatnia Aktualizacja 2023-05-25
Data Publikacji 2020-10-30
Ocena 4.16/5 Łącznie 77 Oceny
Deweloper charles
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://sites.google.com/view/among-us-shimeji/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Among Us"
    },
    "content_scripts": [
        {
            "js": [
                "meji.min.1.8.js",
                "content.min.js"
            ],
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Among Us characters plays while you browsing in Google page. Created for Among Us fans.",
    "icons": {
        "128": "icon-128x128.png"
    },
    "manifest_version": 3,
    "name": "Among Us Shimeji For Google Chrome\u2122",
    "host_permissions": [
        "https:\/\/*.google.com\/*",
        "https:\/\/*.google.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "version": "10.1.21.19"
}