Cursor Repulsor Prank
1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.
Was ist Cursor Repulsor Prank?
Cursor Repulsor Prank ist eine Chrome-Erweiterung, die von http://leodesigaux.com entwickelt wurde, und ihr Hauptmerkmal ist "1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.".
Erweiterungsscreenshots
Cursor Repulsor Prank-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cursor Repulsor Prank-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
1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dmndppncnconmfhckffflaegdbojnhle |
Offizielle URL | https://chrome.google.com/webstore/detail/cursor-repulsor-prank/dmndppncnconmfhckffflaegdbojnhle |
Beschreibung | 1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues. |
Dateigröße | 18.22 KB |
Installationsanzahl | 269 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-09-18 |
Veröffentlichungsdatum | 2020-09-16 |
Bewertung | 1.50/5 Insgesamt 2 Bewertungen |
Entwickler | http://leodesigaux.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cursor Repulsor Prank", "description": "1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.", "version": "1.0.0", "icons": { "16": "icon-16.png", "19": "icon-19.png", "38": "icon-38.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/content.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "tabs", " |