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™是由charles開發的Chrome擴展程式,該擴展的主要功能是“Among Us characters plays while you browsing in Google page. Created for Among Us fans.”。

擴展截圖

screenshot
screenshot

下載Among Us Shimeji For Google Chrome™擴展crx文件

下載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
官方網址 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"
}