Cursor Extension

Get a new cursor for your browser!

Qu'est-ce que Cursor Extension ?

Cursor Extension est une extension Chrome développée par saheenfr2002, et sa fonction principale est "Get a new cursor for your browser!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cursor Extension

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

                        Tired of your old default cursor? Download this extension to modify your boring cursor to something incredibly cool!                    

Informations de Base sur l'Extension

Nom Cursor Extension Cursor Extension
ID ahgegdapchdililmnapdklnlnhdjngaj
URL Officiel https://chromewebstore.google.com/detail/cursor-extension/ahgegdapchdililmnapdklnlnhdjngaj
Description Get a new cursor for your browser!
Taille du Fichier 12.35 MB
Nombre d'Installations 46
Version Actuelle 0.1.1
Dernière Mise à Jour 2022-11-20
Date de Publication 2022-11-19
Développeur saheenfr2002
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Extension",
    "description": "Get a new cursor for your browser!",
    "version": "0.1.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_workers": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "cursorImages\/res\/pink.png"
    }
}