CursorSpin
Makes the cursor spin round and round, a small project to annoy friends and family.
Was ist CursorSpin?
CursorSpin ist eine Chrome-Erweiterung, die von undefined0 entwickelt wurde, und ihr Hauptmerkmal ist "Makes the cursor spin round and round, a small project to annoy friends and family.".
Erweiterungsscreenshots
CursorSpin-Erweiterungs-CRX-Datei herunterladen
Laden Sie CursorSpin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This makes the mouse pointer spin around and around endlessly! A little thing to annoy friends and family.
This was made in about a week. It's simple and does not require any work to install, just download the extension, and it will automatically start rotating your cursor on most websites*.
*Some websites may not work, and this cannot work over iframes (ads, sandboxes etc.). As well as this, this does not physically move your cursor - it only displays a rotated cursor.
—————
Ver 1.6: Size can now be changed, with a more user-friendly slider. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pionfdknagiogggdballaniaofooijab |
| Offizielle URL | https://chromewebstore.google.com/detail/cursorspin/pionfdknagiogggdballaniaofooijab |
| Beschreibung | Makes the cursor spin round and round, a small project to annoy friends and family. |
| Dateigröße | 11.13 KB |
| Installationsanzahl | 33 |
| Aktuelle Version | 1.6 |
| Letztes Update | 2022-09-09 |
| Veröffentlichungsdatum | 2022-08-15 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | undefined0 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CursorSpin",
"description": "Makes the cursor spin round and round, a small project to annoy friends and family.",
"version": "1.6",
"manifest_version": 3,
"permissions": [
"storage"
],
"action": {
"default_icon": {
"32": "images\/icon32.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png"
},
"default_title": "CursorSpin Settings",
"default_popup": "popup\/popup.html"
},
"icons": {
"32": "images\/icon32.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*\/"
],
"js": [
"main.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
" | |