Among Us Shimeji For Google Chrome™

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

Qu'est-ce que Among Us Shimeji For Google Chrome™ ?

Among Us Shimeji For Google Chrome™ est une extension Chrome développée par charles, et sa fonction principale est "Among Us characters plays while you browsing in Google page. Created for Among Us fans.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Among Us Shimeji For Google Chrome™

Téléchargez les fichiers d'extension Among Us Shimeji For Google Chrome™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Among Us Shimeji For Google Chrome™ Among Us Shimeji For Google Chrome™
ID eejijdoicgmljghlfdblkahibjcjbjga
URL Officiel https://chromewebstore.google.com/detail/among-us-shimeji-for-goog/eejijdoicgmljghlfdblkahibjcjbjga
Description Among Us characters plays while you browsing in Google page. Created for Among Us fans.
Taille du Fichier 137 KB
Nombre d'Installations 20,000
Version Actuelle 10.1.21.19
Dernière Mise à Jour 2023-05-25
Date de Publication 2020-10-30
Évaluation 4.16/5 Total 77 Évaluations
Développeur charles
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://sites.google.com/view/among-us-shimeji/
Langues Prises en Charge 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"
}