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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}