Cursor Stickers

Change your cursor with a nice and great styles of cursors

Cos'è Cursor Stickers?

Cursor Stickers è un'estensione di Chrome sviluppata da Apps pro, e la sua funzione principale è "Change your cursor with a nice and great styles of cursors".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cursor Stickers

Scarica i file di estensione Cursor Stickers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Cursor Stickers Cursor Stickers
ID opkjbkcbngimnacfmollcfldnpkdjhle
URL Ufficiale https://chromewebstore.google.com/detail/cursor-stickers/opkjbkcbngimnacfmollcfldnpkdjhle
Descrizione Change your cursor with a nice and great styles of cursors
Dimensione del File 117 KB
Conteggio Installazioni 7,194
Versione Corrente 0.1.0
Ultimo Aggiornamento 2021-10-18
Data di Pubblicazione 2020-09-15
Valutazione 3.54/5 Totale 13 Valutazioni
Sviluppatore Apps pro
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cursor-stickers.familyhealth-ar.com
URL della Pagina di Aiuto https://cursor-stickers.familyhealth-ar.com/site/contact
Lingue Supportate 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"
    }
}