Cursor Stickers

Change your cursor with a nice and great styles of cursors

Hvad er Cursor Stickers?

Cursor Stickers er en Chrome-udvidelse udviklet af Apps pro, og dens hovedfunktion er "Change your cursor with a nice and great styles of cursors".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Cursor Stickers-udvidelses-CRX-fil

Download Cursor Stickers-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Cursor Stickers for Chrome Change your cursor "mouse" icon to amazing cursor style and pointers action. 
Just install it and choose you favorite cursor style 
you have many cursor stickers style collection to choose:
- Batman cursor stickers style.
- Fortinet cursor stickers style.
- Cars cursor stickers style.
- Animals cursor stickers style.
- Planets cursor stickers style.
- Guns cursor stickers style.
- Mario cursor stickers style.

Easy to choose cursor stickers style.
Have a fun                    

Grundlæggende oplysninger om udvidelsen

Navn Cursor Stickers Cursor Stickers
ID opkjbkcbngimnacfmollcfldnpkdjhle
Officiel URL https://chromewebstore.google.com/detail/cursor-stickers/opkjbkcbngimnacfmollcfldnpkdjhle
Beskrivelse Change your cursor with a nice and great styles of cursors
Filstørrelse 117 KB
Antal Installationer 7,194
Nuværende Version 0.1.0
Senest Opdateret 2021-10-18
Udgivelsesdato 2020-09-15
Bedømmelse 3.54/5 Samlet 13 Bedømmelser
Udvikler Apps pro
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://cursor-stickers.familyhealth-ar.com
Hjælpeside-URL https://cursor-stickers.familyhealth-ar.com/site/contact
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Stickers",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Change your cursor with a nice and great styles of cursors",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/background-content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.5.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}