Fun Cursors

Have fun browsing the web with a new mouse cursor.

Co to jest Fun Cursors?

Fun Cursors to rozszerzenie Chrome opracowane przez https://appdepot.xyz, a jego główną funkcją jest „Have fun browsing the web with a new mouse cursor.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Fun Cursors

Pobierz pliki rozszerzeń Fun Cursors w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fun Cursors Fun Cursors
ID fifmamcgakmdooafeplohbidenfjhmhm
Oficjalny URL https://chromewebstore.google.com/detail/fun-cursors/fifmamcgakmdooafeplohbidenfjhmhm
Opis Have fun browsing the web with a new mouse cursor.
Rozmiar pliku 121 KB
Liczba instalacji 10,000
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2022-12-28
Data Publikacji 2019-10-27
Ocena 2.93/5 Łącznie 60 Oceny
Deweloper https://appdepot.xyz
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}