MyCursors - Cute Custom Cursors for Chrome
Take a cute custom cursors for Chrome. The mouse becomes a cute mouse.
什么是MyCursors - Cute Custom Cursors for Chrome?
MyCursors - Cute Custom Cursors for Chrome是由Cute Custom Cursors 2023开发的Chrome扩展程序,该扩展的主要功能是“Take a cute custom cursors for Chrome. The mouse becomes a cute mouse.”。
扩展截图
下载MyCursors - Cute Custom Cursors for Chrome扩展crx文件
下载MyCursors - Cute Custom Cursors for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
After installing the extension, you will be able to customize the mouse cursors for chrome. There are different categories in the collection: - cursors for girls - cursors for man - cats - dogs - cute cursors You can set your own style for cursors: - minecraft - pizza - pink - roses - princesses The simplest and easiest way to be unique Yes, you can get custom cursors for Chrome in various ways. But why comprehend the depths of programming when everything can be much simpler? For example, download a special extension with dozens of unique cursors. Everything becomes simple and convenient because this extension is available in your browser. You only need to do a few things: 1. Open the page with the extension in Chrome Web Store; 2. Install or Add it; 3. Customize and get a lot of custom cursors for Chrome. Sometimes you want to add personality to everyday things. Why not change the style of your pointer cursor, because we spend so much time at the computer, and it will be much more fun and enjoyable to watch the cursor that you like. Especially since you can just download the extension and get lots of free mouse cursors. Thanks to the extension, you can upgrade your cursor, and make it bright and unique. Forget about the boring regular mouse cursor, because now it can be something more! The browser add-on gives access to a huge number of different options. There are many categories here: • for girls; • for guys; • cats; • dogs; • game; • cartoon; • anime; • meme; • gradient; • with cats and much, much more • cute custom cursors. You can set your style for cursors: • Minecraft; • pizza; • pink; • roses; • princesses. Thanks to the mouse cursor changer you can choose something special, stylish, something that can show your personality. It can be a custom cursor with a character from your favorite animated series. Or maybe just a pretty cursor in your favorite color. Or is it the car of your dreams - you choose! Setting a Custom Mouse Cursor As you understand, a non-standard pointer is not a cursor provided by the system, but a cursor developed by an individual. Accordingly, you need to download it first. Simply browse our catalogue, that gives you access to a huge library, where everyone can find a cursor for his taste. Fill your favorite cursors library and change it with a simple click whenever you like. Play online games with a favorite character mouse pointer, or work online with big and attractive mouse pointer. You can also choose one of six custom cursor sizes. Make a small cursor if it takes too much screen space, or a big cursor just for fun! Animated cursor: Unfortunately for now there is no convenient way to develop animated cursors, that will work smooth on wny website, that is why we still do not do it. But we're working on it and let you know when we have animated cursors right away! Conclusion No matter how old you are, in school or office, life should be filled with joy and fun. And bright non-standard cursors are just a small detail that cheers up and makes work more convenient, and using a computer is more pleasant. Use our cursor changer extension - make yourself even happier! Dozens of unique custom mouse pointers at your service. Just a few clicks to download the application and a couple of minutes to make the design unique. Now it is much easier to work, study and even just use the system. Try cool cursors for your browser today. And do your surfing in a new way!
扩展基本信息
名称 | MyCursors - Cute Custom Cursors for Chrome |
ID | fbekjliiclfhdoldplapoaendbmnaglj |
官方URL | https://chromewebstore.google.com/detail/mycursors-cute-custom-cur/fbekjliiclfhdoldplapoaendbmnaglj |
简介 | Take a cute custom cursors for Chrome. The mouse becomes a cute mouse. |
文件大小 | 92.34 KB |
安装次数 | 370,145 |
当前版本 | 2.3.1 |
更新时间 | 2023-10-23 |
上架时间 | 2021-07-04 |
评分 | 3.65/5 共54次评分 |
开发者 | Cute Custom Cursors 2023 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://docs.google.com/document/d/1LgTG4c2iVFhi2iKQjYEOfDrO_Ll4TyLvhBTiC5cKxxw/edit?usp=sharing |
支持的语言 | id,ms,de,en,en-GB,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": "2.3.1", "manifest_version": 3, "action": { "default_icon": ".\/asset\/icon_32.png", "default_title": "__MSG_defTitle__", "default_popup": ".\/html\/popup.html" }, "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" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "unlimitedStorage", "storage", "tabs", "declarativeNetRequest", "scripting", "gcm" ], "content_scripts": [ { "js": [ "js\/content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "js\/init-cursor.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "rules1", "enabled": true, "path": "rules.json" } ] } } |