Sweezy Cursors ★ Custom Cursor for Chrome™

Animated cursors. Cute cursors. Custom cursors. Change mouse cursor to a custom one from a ton of cool cursors, or upload your own.

什麼是Sweezy Cursors ★ Custom Cursor for Chrome™?

Sweezy Cursors ★ Custom Cursor for Chrome™是由https://sweezy-cursors.com開發的Chrome擴展程式,該擴展的主要功能是“Animated cursors. Cute cursors. Custom cursors. Change mouse cursor to a custom one from a ton of cool cursors, or upload your own.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Sweezy Cursors ★ Custom Cursor for Chrome™擴展crx文件

下載Sweezy Cursors ★ Custom Cursor for Chrome™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Sweezy Cursors - Sweet and Eazy custom cursors for Chrome browser.

Now with Animated Cursors! 🦋💟✨🧚🧃🌈🐸⭐🩹🧷
We have breathed even more life into our mouse cursors. And so much so that now they have become alive. They shimmer in colors, move, spin, dance, and most importantly give even more expression and positive emotions. Check brand new Animated cursors on our site.

Say goodbye to the mundane default mouse pointer. Elevate it to something more with Sweezy! 🙌 Let it inspire, uplift, and bring joy. We, the Sweezy team, are on a mission to revolutionize your mouse cursor experience!

🌎 On our site you can find tons of totally free cursors for all tastes, sorted by collections and lists. Some of what we have:
- Comics and Games pointers; 
- Cartoons and Anime cursors;
- Memes and Cats;
- Cute cursors designs and much, much more...

✨ Just go and see for yourself, we update our site with cool things almost every day!

⬆️ If you still don't find something for you, you can always create your own unique cursor style with the Constructor feature as a custom arrow.

❗️ Please note that according to Google's rules, extensions cannot work on Chrome Web Store pages and internal pages of the Chrome browser, such as Home Page, Settings, Downloads, etc. 
Also, the extension cannot customize cursor on the browser Navigation Bar, such as Tabs Buttons, URL bar, Toolbar etc.
In almost all other cases, your custom mouse will work.

We decided to create something more than just a set of custom cursors, something with soul and a pinch of love. 💕 We think about the design of our pointers and we make them like for ourselves. So that every user is happy with the result.

Change cursor to something special, stylish, something that can show your personality. It can be in style of character from your favorite animated series. Or maybe something cute in your favorite color. Or is it the car of your dreams - you choose!

No matter how old you are, school or office, life should be filled with joy and fun. And bright cursor themes are just a little that we can give you. Use our cursor changer - make yourself even happier!

Custom styles that will make you stylish. These aesthetic mouse arrows and mouse pointers will give your browser a unique look. Just try this! 💎

The most expensive things are free! 🤑 Yes, that's why our designs are free, anyone can customize their cursor simply, quickly, and completely free with our extension! Use it for fun, darlings!

Try awesome cursors for your browser today with Sweezy. And make your browsing in a new way! ⭐️                    

擴展基本資訊

名稱 Sweezy Cursors ★ Custom Cursor for Chrome™ Sweezy Cursors ★ Custom Cursor for Chrome™
ID gdcfjidbchfpojnfifkgghbamkdmbdaf
官方網址 https://chromewebstore.google.com/detail/sweezy-cursors-%E2%98%85-custom-c/gdcfjidbchfpojnfifkgghbamkdmbdaf
簡介 Animated cursors. Cute cursors. Custom cursors. Change mouse cursor to a custom one from a ton of cool cursors, or upload your own.
檔案大小 627 KB
安裝次數 200,000
目前版本 3.9.5
更新時間 2024-02-19
上架時間 2021-06-03
評分 4.80/5 共 757 次評分
開發者 https://sweezy-cursors.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sweezy-cursors.com/
隱私政策頁面URL https://sweezy-cursors.com/privacy-policy
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "3.9.5",
    "manifest_version": 3,
    "icons": {
        "128": ".\/assets\/manifest_icons\/icon128.png",
        "256": ".\/assets\/manifest_icons\/icon256.png",
        "32": ".\/assets\/manifest_icons\/icon32.png",
        "48": ".\/assets\/manifest_icons\/icon48.png",
        "96": ".\/assets\/manifest_icons\/icon96.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                ".\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "ids": [
            "jeiahlnhacbbdkaniaednfjpaemaghol"
        ],
        "matches": [
            "https:\/\/sweezy-cursors.com\/*",
            "https:\/\/dev.sweezy-cursors.com\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}