Cool Cursors

Change cursors every day

Cool Cursorsคืออะไร?

Cool Cursors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aldarov1211 และคุณลักษณะหลักของมันคือ "Change cursors every day"

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

screenshot
screenshot
screenshot

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

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

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

                        This addon provides you with a nice and big library of custom mouse pointers. We`ve collected for you the best and the brightest custom cursors to bring something special to your everyday browsing. This extension doesn’t track your actions online and doesn’t affect your device or personal data. Use your favorite and unique custom cursor from huge library. Pick one you like the most or just replace cursor everyday!
Important note: don’t forget to refresh the tabs; otherwise new custom cursor won’t be displayed!
If you`re already tired of this boring default cursor then you should definitely check out the custom cursor extension. It’s a simple yet pretty cool chrome extension to replace boring default cursor with something special. There are such categories like starter, cartoons, gradients, sport, vacation, work, cinema, lifestyle etc. Awesome collection of neat custom mouse pointers definitely won’t disappoint you. Bring some colors to your everyday routine with those cool custom cursors. Get this free and cool extension and join the community of users who already enjoy the product. Let’s do this using our new and colorful custom cursor extension. Brighten up the day with our new and absolutely free extension. Replace cursor in a few clicks and you notice how your browsing experience will be transformed and improved.                    

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

ชื่อ Cool Cursors Cool Cursors
ID ofmapikfejkkccommnggkcncneglmgad
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cool-cursors/ofmapikfejkkccommnggkcncneglmgad
คำอธิบาย Change cursors every day
ขนาดไฟล์ 47.42 KB
จำนวนการติดตั้ง 300,000
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-01-25
วันที่เผยแพร่ 2021-11-14
คะแนน 1.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา aldarov1211
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Change cursors every day",
    "version": "1.2",
    "background": {
        "page": "sarag\/lofa.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Curzorro",
        "default_icon": {
            "128": "gab\/laki.png"
        },
        "default_popup": "sarag\/index.html"
    },
    "icons": {
        "128": "gab\/laki.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "sour\/another\/jojo.json"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sour\/basta.js"
            ]
        }
    ]
}