Fun Cursors

Have fun browsing the web with a new mouse cursor.

Wat is Fun Cursors?

Fun Cursors is een Chrome-extensie ontwikkeld door https://appdepot.xyz, en de belangrijkste functie is "Have fun browsing the web with a new mouse cursor.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fun Cursors

Download Fun Cursors-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Fun Cursors Fun Cursors
ID fifmamcgakmdooafeplohbidenfjhmhm
Officiële URL https://chromewebstore.google.com/detail/fun-cursors/fifmamcgakmdooafeplohbidenfjhmhm
Beschrijving Have fun browsing the web with a new mouse cursor.
Bestandsgrootte 121 KB
Aantal Installaties 10,000
Huidige Versie 0.0.5
Laatst Bijgewerkt 2022-12-28
Publicatiedatum 2019-10-27
Beoordeling 2.93/5 Totaal 60 Beoordelingen
Ontwikkelaar https://appdepot.xyz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}