Mouse cursors - Among Us Squid Game

10 Among Us Squid Game Cursors, choose your own cool cursor & cute cursor!

Mouse cursors - Among Us Squid Game란 무엇입니까?

Mouse cursors - Among Us Squid Game은(는) https://fun-addons.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "10 Among Us Squid Game Cursors, choose your own cool cursor & cute cursor!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mouse cursors - Among Us Squid Game 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Our package contains only 10 cursors from the cool game Among Us in the style of the Squid series!
In the near future we will add many more cool cursors.

All 2 clicks and you can enjoy our cursor extension.                    

확장 프로그램 기본 정보

이름 Mouse cursors - Among Us Squid Game Mouse cursors - Among Us Squid Game
ID ffggeppploipdiclekhgbockjihagffl
공식 URL https://chrome.google.com/webstore/detail/mouse-cursors-among-us-sq/ffggeppploipdiclekhgbockjihagffl
설명 10 Among Us Squid Game Cursors, choose your own cool cursor & cute cursor!
파일 크기 484 KB
설치 횟수 695
현재 버전 1.0.3
최근 업데이트 2022-02-23
출시 날짜 2022-01-31
평점 1.00/5 총 3 개의 평점
개발자 https://fun-addons.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://fun-addons.com/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "256": "icons\/256.png",
            "32": "icons\/32.png",
            "64": "icons\/64.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_name__",
        "name": "__MSG_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.fun-addons.com\/*"
        ]
    },
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAovaPq5jSKf7AIYaCp08c\/304ALHGRNzTSWQM+WYYDNUGQM1k52imppgM2lqBUJ01iU0Tv\/x0N9lIA5tDB73NmEEYkIOhl12GEUKz3\/pOPyiwGoB99rpniJ\/Dw1yYVkFSlwAt5gHrpssIWDrXcPdJ6Ee21KnsUR8dbkDnLj1dco+ZrpbM474ZGs6fThKRPg8w3qqjtlCYDFMEVAKhqgZnqc1heuzUrpxasKH2+5kp6GWVGSYcaM8HeyW0Gpv8EuwlIaLzHrxFceHMQxtSkojPLyprZbzmyXGRTO1AFd0fH8kiYqxp5cSEaLAP0hlaQus\/fDjvzg9Ipg6LgTTA5pfQRwIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}