Cursor Repulsor Prank
1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.
What is Cursor Repulsor Prank?
Cursor Repulsor Prank is a Chrome extension developed by http://leodesigaux.com, and its main feature is "1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.".
Extension Screenshots
Download Cursor Repulsor Prank Extension CRX File
Download Cursor Repulsor Prank 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
1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.
Extension Basic Information
Name | |
ID | dmndppncnconmfhckffflaegdbojnhle |
Official URL | https://chrome.google.com/webstore/detail/cursor-repulsor-prank/dmndppncnconmfhckffflaegdbojnhle |
Description | 1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues. |
File Size | 18.22 KB |
Installation Count | 269 |
Current Version | 1.0.0 |
Last Updated | 2020-09-18 |
Publish Date | 2020-09-16 |
Rating | 1.50/5 Total 2 Ratings |
Developer | http://leodesigaux.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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", " |