Fun Cursors

Have fun browsing the web with a new mouse cursor.

Co je Fun Cursors?

Fun Cursors je rozšíření Chrome vyvinuté https://appdepot.xyz, a jeho hlavní funkcí je „Have fun browsing the web with a new mouse cursor.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Fun Cursors

Stáhněte si soubory rozšíření Fun Cursors ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Fun Cursors Fun Cursors
ID fifmamcgakmdooafeplohbidenfjhmhm
Oficiální URL https://chromewebstore.google.com/detail/fun-cursors/fifmamcgakmdooafeplohbidenfjhmhm
Popis Have fun browsing the web with a new mouse cursor.
Velikost souboru 121 KB
Počet instalací 10,000
Aktuální Verze 0.0.5
Poslední Aktualizace 2022-12-28
Datum Vydání 2019-10-27
Hodnocení 2.93/5 Celkem 60 Hodnocení
Vývojář https://appdepot.xyz
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}