Fun Cursors

Have fun browsing the web with a new mouse cursor.

Qu'est-ce que Fun Cursors ?

Fun Cursors est une extension Chrome développée par https://appdepot.xyz, et sa fonction principale est "Have fun browsing the web with a new mouse cursor.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fun Cursors

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

                        Spice up your browsing on Chrome by changing your cursor for a fun one.

This extension gives you new cursors for your mouse / trackpad on Chrome. 
You can always get back your default cursor by clicking cancel.

*** version 0.05 ****
- Cursor works in Library window.
- Automatically update cursor on all open tabs.
- Manifest V3.

Please note cursor cannot work on the Chrome store pages and new tab.                    

Informations de Base sur l'Extension

Nom Fun Cursors Fun Cursors
ID fifmamcgakmdooafeplohbidenfjhmhm
URL Officiel https://chromewebstore.google.com/detail/fun-cursors/fifmamcgakmdooafeplohbidenfjhmhm
Description Have fun browsing the web with a new mouse cursor.
Taille du Fichier 121 KB
Nombre d'Installations 10,000
Version Actuelle 0.0.5
Dernière Mise à Jour 2022-12-28
Date de Publication 2019-10-27
Évaluation 2.93/5 Total 60 Évaluations
Développeur https://appdepot.xyz
Email [email protected]
Type de Paiement free
Langues Prises en Charge de,en,fr,no,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "128.png",
        "default_popup": "popup.html",
        "default_title": "Cursors"
    },
    "content_scripts": [
        {
            "js": [
                "page.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.0.5",
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}