Cursor Sparkles
Adds sparkles to your cursor
What is Cursor Sparkles?
Cursor Sparkles is a Chrome extension developed by jrf0110, and its main feature is "Adds sparkles to your cursor".
Extension Screenshots
Download Cursor Sparkles Extension CRX File
Download Cursor Sparkles extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sparkle-ify your cursor. Version 1.4 Update ============== * Adds animation selector (new animations coming soon!) * General bug fixes and performance improvements Version 1.2 Update ============== * Fixes bug where sparkles would get very large * Adds new Trailing mode. Sparkles leave trails instead of following cursor * Adds new Icon/Popup to chrome to change settings - Change back to old mode (Follow) - Change number of sparkles - Toggle whether or not the sparkles are enabled
Extension Basic Information
Name | Cursor Sparkles |
ID | adbenckfpdnmlhleegopganmonbchdkb |
Official URL | https://chromewebstore.google.com/detail/cursor-sparkles/adbenckfpdnmlhleegopganmonbchdkb |
Description | Adds sparkles to your cursor |
File Size | 11.25 KB |
Installation Count | 26,471 |
Current Version | 1.5 |
Last Updated | 2017-12-20 |
Publish Date | 2017-12-20 |
Rating | 2.99/5 Total 101 Ratings |
Developer | jrf0110 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cursor Sparkles", "description": "Adds sparkles to your cursor", "version": "1.5", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "sparkles.js" ] } ], "permissions": [ "storage" ], "browser_action": { "default_title": "Sparkles", "default_icon": "logo.png", "default_popup": "popup.html" } } |