Custom Cursors

Replace the old boring cursor with a new one or load your own.

Qu'est-ce que Custom Cursors ?

Custom Cursors est une extension Chrome développée par vstin92, et sa fonction principale est "Replace the old boring cursor with a new one or load your own.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Custom Cursors

Téléchargez les fichiers d'extension Custom Cursors 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

                        Our super cool extension is Custom Cursors. We have collected many useful functions in it.  With Custom Cursors you can change the color of your cursor to whatever you want.  We have collected a bunch of different colors into one palette.  With one click of a button, you can do it.  We are sure you will enjoy using Custom Cursors.  Our product was made in order to diversify the dull work with gadgets.  This is a high quality extension, and most importantly, it is completely free.  Join the people who have already downloaded Custom Cursors and enjoy using it.                    

Informations de Base sur l'Extension

Nom Custom Cursors Custom Cursors
ID ialjkcfpkdoimdhnfhblcipaocipoiic
URL Officiel https://chrome.google.com/webstore/detail/custom-cursors/ialjkcfpkdoimdhnfhblcipaocipoiic
Description Replace the old boring cursor with a new one or load your own.
Taille du Fichier 5.8 MB
Nombre d'Installations 10,000
Version Actuelle 1.5
Dernière Mise à Jour 2022-01-27
Date de Publication 2021-05-11
Évaluation 3.36/5 Total 22 Évaluations
Développeur vstin92
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "Replace the old boring cursor with a new one or load your own.",
    "version": "1.5",
    "default_locale": "en",
    "background": {
        "scripts": [
            "ultima.js",
            "bkg.js",
            "for_back.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Cute Pointers",
        "default_icon": {
            "128": "faragora.png"
        },
        "default_popup": "someAnother.html"
    },
    "icons": {
        "128": "faragora.png"
    },
    "content_scripts": [
        {
            "js": [
                "some-front-fourth.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "options_page": "someFront.html",
    "web_accessible_resources": [
        "scripts\/*.js",
        "data\/*.js",
        "*.svg"
    ]
}