Fun Cursors

Have fun browsing the web with a new mouse cursor.

Vad är Fun Cursors?

Fun Cursors är en Chrome-tillägg utvecklad av https://appdepot.xyz, och dess huvudfunktion är "Have fun browsing the web with a new mouse cursor.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Fun Cursors-förlängningens CRX-fil

Ladda ner Fun Cursors-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Fun Cursors Fun Cursors
ID fifmamcgakmdooafeplohbidenfjhmhm
Officiell webbadress https://chromewebstore.google.com/detail/fun-cursors/fifmamcgakmdooafeplohbidenfjhmhm
Beskrivning Have fun browsing the web with a new mouse cursor.
Filstorlek 121 KB
Antal Installationer 10,000
Aktuell Version 0.0.5
Senast Uppdaterad 2022-12-28
Publiceringsdatum 2019-10-27
Betyg 2.93/5 Totalt 60 Betyg
Utvecklare https://appdepot.xyz
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
                ""
            ]
        }
    ]
}