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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
}