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
官方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"
}