Clicks of Unicorns 🦄

Fills your clicker with lots of majestic Unicorns

Clicks of Unicorns 🦄란 무엇입니까?

Clicks of Unicorns 🦄은(는) Sanbira에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fills your clicker with lots of majestic Unicorns"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Clicks of Unicorns 🦄 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When ever you use your mouse to click on a site Unicorns (or other emojis) will plop from the curser!                    

확장 프로그램 기본 정보

이름 Clicks of Unicorns 🦄 Clicks of Unicorns 🦄
ID bclbdlhdaojndadgaebpcddkpfheljbp
공식 URL https://chromewebstore.google.com/detail/clicks-of-unicorns-%F0%9F%A6%84/bclbdlhdaojndadgaebpcddkpfheljbp
설명 Fills your clicker with lots of majestic Unicorns
파일 크기 23.43 KB
설치 횟수 574
현재 버전 1.011 custom emojis
최근 업데이트 2020-10-30
출시 날짜 2020-09-07
평점 4.67/5 총 9 개의 평점
개발자 Sanbira
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/MSanbira/clicks-of-unicorns
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clicks of Unicorns \ud83e\udd84",
    "version": "1.011",
    "version_name": "1.011 custom emojis",
    "description": "Fills your clicker with lots of majestic Unicorns",
    "manifest_version": 2,
    "icons": {
        "16": "uniPhoto128.png",
        "48": "uniPhoto128.png",
        "128": "uniPhoto128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Clicks of Unicorns \ud83e\udd84"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}