Custom Cursor for Chrome™ - CUTE➤
Over 1873 Styles and Custom Cursors for Chrome Browser via free extension Cute Cursors. Enjoy Now!
Custom Cursor for Chrome™ - CUTE➤คืออะไร?
Custom Cursor for Chrome™ - CUTE➤ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cute Cursors และคุณลักษณะหลักของมันคือ "Over 1873 Styles and Custom Cursors for Chrome Browser via free extension Cute Cursors. Enjoy Now!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom Cursor for Chrome™ - CUTE➤
ดาวน์โหลดไฟล์ส่วนขยาย Custom Cursor for Chrome™ - CUTE➤ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CUTE Custom Cursors extension will make your browsing experience colorful and enjoyable. Change the default cursor to anything stylish and cool by choosing the cursor you like from a huge collection of Custom Cursors for Chrome in our extension. Install the extension from the official Chrome Web Store and start using it. After installation, follow the instructions on how to customize different styles, collections, and mouse cursor size. In a few clicks you have anime, funny, nice, girly and any other cursor style. Unique and Vibrant Mouse Cursors The extension is designed specifically for fans of unique cursors and will appeal to users who prefer individuality. We can offer more, than 2000 different cursor options, so the chances of finding the perfect custom mouse cursor for you are higher than ever. Installing the extension is extremely simple. You should visit the Chrome Web Store. On the extension page you can read the reviews of users who have installed our extension and used custom cursors. The next step is to install the extension. This process takes less than a minute. The size of the extension is as small as 126 kilobytes - none of the analogues stay even close. Also, the extension is available in 52 languages, so the user can install it and work with the extension with no language barrier. Our cursor collections are updated on daily basis, and you can choose the mouse cursor according to your current preferrations. For example, the library has many different collections dedicated to Halloween or Christmas. Your mouse cursor can transform into a Grinch, a Stitch in a Christmas hat, an adorable elf, Santa's helper, and more. Every day can be unique because the application offers many options. The extension offers additional cursor customization. The user can change the cursor size. You need to click the "Resize" button in the extension and set the desired size. Also you can reset the settings if you don't like the result. This can be done in one click — the extension has a large button enabling presets, which turns on a unique cursor or returns to standard parameters. To get more cursors you should click the big green "Get more cursors" button in the extension's user menu. You will be redirected to a page with a library of various collections. Click the "View the collection" button to view all the cursors available here. You can try the cursor you like or install it immediately and get the desired result. The cursor you like will immediately appear in your collection, and you can turn it on to work or play with it. Thanks to the extension, you get a lot of pleasant emotions because it provides a huge library of high-quality and well-drawn mouse cursors, where you are sure to find the best option and be able to resize it specifically for your requirements. Install the extension now in Google Chrome and enjoy all the benefits of high-quality and unique mouse cursors.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Custom Cursor for Chrome™ - CUTE➤ |
ID | kdnmnhneccackiehedjmnpgfpjicicgo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/custom-cursor-for-chrome/kdnmnhneccackiehedjmnpgfpjicicgo |
คำอธิบาย | Over 1873 Styles and Custom Cursors for Chrome Browser via free extension Cute Cursors. Enjoy Now! |
ขนาดไฟล์ | 131 KB |
จำนวนการติดตั้ง | 166,928 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2023-09-19 |
วันที่เผยแพร่ | 2022-06-05 |
คะแนน | 4.68/5 รวมทั้งหมด 37 คะแนน |
ผู้พัฒนา | Cute Cursors |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1qgWwqUOAUwl_r1PqG5wt3Z65q5CyvMmFK9_pODbj6YY/edit?usp=sharing |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,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_appName__", "short_name": "__MSG_shortName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.2.3", "manifest_version": 3, "icons": { "16": ".\/asset\/icon_16.png", "24": ".\/asset\/icon_24.png", "32": ".\/asset\/icon_32.png", "48": ".\/asset\/icon_48.png", "128": ".\/asset\/icon_128.png" }, "action": { "default_icon": ".\/asset\/icon_32.png", "default_title": "__MSG_defTitle__", "default_popup": ".\/html\/PopUp.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "unlimitedStorage", "tabs", "scripting", "declarativeNetRequest", "gcm" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "js\/ContentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "rules1", "enabled": true, "path": "r-1.json" } ] }, "web_accessible_resources": [ { "resources": [ "js\/initCursor.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |