Cursor Repulsor Prank

1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.

Wat is Cursor Repulsor Prank?

Cursor Repulsor Prank is een Chrome-extensie ontwikkeld door http://leodesigaux.com, en de belangrijkste functie is "1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Cursor Repulsor Prank

Download Cursor Repulsor Prank-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.                    

Basisinformatie over de Extensie

Naam Cursor Repulsor Prank Cursor Repulsor Prank
ID dmndppncnconmfhckffflaegdbojnhle
Officiële URL https://chrome.google.com/webstore/detail/cursor-repulsor-prank/dmndppncnconmfhckffflaegdbojnhle
Beschrijving 1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.
Bestandsgrootte 18.22 KB
Aantal Installaties 269
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-09-18
Publicatiedatum 2020-09-16
Beoordeling 1.50/5 Totaal 2 Beoordelingen
Ontwikkelaar http://leodesigaux.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "19": "icon-19.png",
            "38": "icon-38.png",
            "128": "icon-128.png"
        }
    }
}