CursorPlus

Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…

CursorPlusคืออะไร?

CursorPlus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย small-extension-publisher และคุณลักษณะหลักของมันคือ "Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CursorPlus

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

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

                        Fun custom cursors for Chrome. Use a large collection of free cursors.
Customize your experience of using the Chrome browser with cool free mouse cursors 🥳
Choose most wanted in menu of the extension!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CursorPlus CursorPlus
ID nkekebiogedbofllejdaomcbjbibhdek
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cursorplus/nkekebiogedbofllejdaomcbjbibhdek
คำอธิบาย Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…
ขนาดไฟล์ 2.61 MB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2021-06-24
วันที่เผยแพร่ 2021-02-17
คะแนน 4.46/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา small-extension-publisher
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://myextension.online/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CursorPlus",
    "version": "2.0.2",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "libs\/collection.js",
            "background.js",
            "background-min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "libs\/jquery.js",
                "libs\/cursor.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "96": "assets\/icons\/icon96.png",
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "96": "assets\/icons\/icon96.png",
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png"
    },
    "web_accessible_resources": [
        "assets\/*.*",
        "libs\/*.*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/keyond-gosensity.icu https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net; object-src 'self';",
    "manifest_version": 2
}