Cursor Repulsor Prank

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

Cos'è Cursor Repulsor Prank?

Cursor Repulsor Prank è un'estensione di Chrome sviluppata da http://leodesigaux.com, e la sua funzione principale è "1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Cursor Repulsor Prank

Scarica i file di estensione Cursor Repulsor Prank in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Cursor Repulsor Prank Cursor Repulsor Prank
ID dmndppncnconmfhckffflaegdbojnhle
URL Ufficiale https://chrome.google.com/webstore/detail/cursor-repulsor-prank/dmndppncnconmfhckffflaegdbojnhle
Descrizione 1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.
Dimensione del File 18.22 KB
Conteggio Installazioni 269
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-09-18
Data di Pubblicazione 2020-09-16
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore http://leodesigaux.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}