Clicks of Unicorns 🦄

Fills your clicker with lots of majestic Unicorns

Clicks of Unicorns 🦄คืออะไร?

Clicks of Unicorns 🦄 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sanbira และคุณลักษณะหลักของมันคือ "Fills your clicker with lots of majestic Unicorns"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clicks of Unicorns 🦄

ดาวน์โหลดไฟล์ส่วนขยาย Clicks of Unicorns 🦄 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}