Among Us Shimeji For Google Chrome™

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

Τι είναι το Among Us Shimeji For Google Chrome™;

Το Among Us Shimeji For Google Chrome™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον charles, και η κύρια λειτουργία του είναι "Among Us characters plays while you browsing in Google page. Created for Among Us fans.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Among Us Shimeji For Google Chrome™

Λήψη αρχείων επέκτασης Among Us Shimeji For Google Chrome™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Among Us Shimeji For Google Chrome™ Among Us Shimeji For Google Chrome™
ID eejijdoicgmljghlfdblkahibjcjbjga
Επίσημο URL https://chromewebstore.google.com/detail/among-us-shimeji-for-goog/eejijdoicgmljghlfdblkahibjcjbjga
Περιγραφή Among Us characters plays while you browsing in Google page. Created for Among Us fans.
Μέγεθος Αρχείου 137 KB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 10.1.21.19
Τελευταία Ενημέρωση 2023-05-25
Ημερομηνία Δημοσίευσης 2020-10-30
Αξιολόγηση 4.16/5 Συνολικά 77 Αξιολογήσεις
Προγραμματιστής charles
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://sites.google.com/view/among-us-shimeji/
Υποστηριζόμενες Γλώσσες 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"
}