CursorPlus

Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…

Qu'est-ce que CursorPlus ?

CursorPlus est une extension Chrome développée par small-extension-publisher, et sa fonction principale est "Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CursorPlus

Téléchargez les fichiers d'extension CursorPlus 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

                        Fun custom cursors for Chrome. Use a large collection of free cursors.
Customize your experience of using the Chrome browser with cool free mouse cursors 🥳
Choose most wanted in menu of the extension!                    

Informations de Base sur l'Extension

Nom CursorPlus CursorPlus
ID nkekebiogedbofllejdaomcbjbibhdek
URL Officiel https://chrome.google.com/webstore/detail/cursorplus/nkekebiogedbofllejdaomcbjbibhdek
Description Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…
Taille du Fichier 2.61 MB
Nombre d'Installations 5,000
Version Actuelle 2.0.2
Dernière Mise à Jour 2021-06-24
Date de Publication 2021-02-17
Évaluation 4.46/5 Total 24 Évaluations
Développeur small-extension-publisher
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://myextension.online/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CursorPlus",
    "version": "2.0.2",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "libs\/collection.js",
            "background.js",
            "background-min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "libs\/jquery.js",
                "libs\/cursor.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "96": "assets\/icons\/icon96.png",
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "96": "assets\/icons\/icon96.png",
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png"
    },
    "web_accessible_resources": [
        "assets\/*.*",
        "libs\/*.*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/keyond-gosensity.icu https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net; object-src 'self';",
    "manifest_version": 2
}