Cursor Stickers

Change your cursor with a nice and great styles of cursors

Qu'est-ce que Cursor Stickers ?

Cursor Stickers est une extension Chrome développée par Apps pro, et sa fonction principale est "Change your cursor with a nice and great styles of cursors".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cursor Stickers

Téléchargez les fichiers d'extension Cursor Stickers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Cursor Stickers Cursor Stickers
ID opkjbkcbngimnacfmollcfldnpkdjhle
URL Officiel https://chromewebstore.google.com/detail/cursor-stickers/opkjbkcbngimnacfmollcfldnpkdjhle
Description Change your cursor with a nice and great styles of cursors
Taille du Fichier 117 KB
Nombre d'Installations 7,194
Version Actuelle 0.1.0
Dernière Mise à Jour 2021-10-18
Date de Publication 2020-09-15
Évaluation 3.54/5 Total 13 Évaluations
Développeur Apps pro
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cursor-stickers.familyhealth-ar.com
URL de la Page d'Aide https://cursor-stickers.familyhealth-ar.com/site/contact
Langues Prises en Charge 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"
    }
}