Awesome Custom Cursor

Awesome Custom Cursor replaces your default boring cursor with 100+ fun and cool customized cursors.

Awesome Custom Cursorคืออะไร?

Awesome Custom Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cpstest.app และคุณลักษณะหลักของมันคือ "Awesome Custom Cursor replaces your default boring cursor with 100+ fun and cool customized cursors."

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

screenshot

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

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

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

                        Awesome Custom Cursor is a Chrome extension to let you define your own cursor style. Hope you enjoy it!

Please note that due to Chrome's security restrictions, we can't update the cursor for you on:

1) Internal browser pages (for example, browser-settings page, extension-management page, etc.)
2) Chrome Web Store related pages (for example, this page).
3) Extension related pages (for example, some of your other extensions' option pages)

Change Log:

3.1 - Updated on Jan 25, 2024
* Improved performance
* Rebuilt with Manifest V3

2.0 - Updated on Nov 24:
* Added many new funny and cool cursors
* Bug fixes

1.9 - Updated on Nov 23:
* Bug fixes and optimization.

1.8 - Updated on Nov 22:
* Settings available for helper cursor style and color
* Added a group of holiday cursors!

1.5 - Updated on Jul 26:
* Removed .DS_Store files from package.

1.2 - Updated on Jul 25:
* New UI Design
* Fixed some UI bugs for Windows Operating System.

1.0 - Updated on Jul 4:
* Updated with 100+ supercool cursors.
* Removed unnecessary permission request.

0.1 - Updated on Jun 29:
* Initial release                    

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

ชื่อ Awesome Custom Cursor Awesome Custom Cursor
ID kegeajllnfkfhcljjebedaeedpmkcbpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/awesome-custom-cursor/kegeajllnfkfhcljjebedaeedpmkcbpe
คำอธิบาย Awesome Custom Cursor replaces your default boring cursor with 100+ fun and cool customized cursors.
ขนาดไฟล์ 6.08 MB
จำนวนการติดตั้ง 14,042
เวอร์ชันปัจจุบัน 3.1
อัปเดตครั้งล่าสุด 2024-01-25
วันที่เผยแพร่ 2020-07-09
คะแนน 2.89/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา https://cpstest.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fancy-text-generator.com/
URL หน้าช่วยเหลือ https://fancy-text-generator.com/
URL หน้านโยบายความเป็นส่วนตัว https://high-qr-code-generator.com/privacy.txt
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "assets\/icons\/icon128.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "96": "assets\/icons\/icon96.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "libs\/jquery.js",
                "libs\/cursor.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Awesome Custom Cursor replaces your default boring cursor with 100+ fun and cool customized cursors.",
    "icons": {
        "128": "assets\/icons\/icon128.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "96": "assets\/icons\/icon96.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Awesome Custom Cursor",
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "libs\/*.*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "cursors\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}