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™ là gì?

Among Us Shimeji For Google Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi charles, và tính năng chính của nó là "Among Us characters plays while you browsing in Google page. Created for Among Us fans.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Among Us Shimeji For Google Chrome™

Tải xuống các tệp mở rộng Among Us Shimeji For Google Chrome™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Among Us Shimeji For Google Chrome™ Among Us Shimeji For Google Chrome™
ID eejijdoicgmljghlfdblkahibjcjbjga
URL Chính Thức https://chromewebstore.google.com/detail/among-us-shimeji-for-goog/eejijdoicgmljghlfdblkahibjcjbjga
Mô tả Among Us characters plays while you browsing in Google page. Created for Among Us fans.
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 10.1.21.19
Cập Nhật Lần Cuối 2023-05-25
Ngày Phát Hành 2020-10-30
Đánh Giá 4.16/5 Tổng số 77 Đánh Giá
Nhà Phát Triển charles
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://sites.google.com/view/among-us-shimeji/
Ngôn Ngữ Được Hỗ Trợ 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"
}