Cursor Repulsor Prank

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

Qu'est-ce que Cursor Repulsor Prank ?

Cursor Repulsor Prank est une extension Chrome développée par http://leodesigaux.com, et sa fonction principale est "1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Cursor Repulsor Prank

Téléchargez les fichiers d'extension Cursor Repulsor Prank au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Cursor Repulsor Prank Cursor Repulsor Prank
ID dmndppncnconmfhckffflaegdbojnhle
URL Officiel 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.
Taille du Fichier 18.22 KB
Nombre d'Installations 269
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-09-18
Date de Publication 2020-09-16
Évaluation 1.50/5 Total 2 Évaluations
Développeur http://leodesigaux.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}