Cool Cursors - Custom Cursor for Chrome

Customize your experience of using the Chrome browser with cool free mouse cursors.

Qu'est-ce que Cool Cursors - Custom Cursor for Chrome ?

Cool Cursors - Custom Cursor for Chrome est une extension Chrome développée par coolcursorsproject, et sa fonction principale est "Customize your experience of using the Chrome browser with cool free mouse cursors.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cool Cursors - Custom Cursor for Chrome

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

                        36 cursors for your choice.
Just click on the cursor you like and it will replace the default cursor :)

You can resize the cursor of your choice from 32x32 to 128x128px.

-------------------
! After installing this extension, refresh the previously opened tab if you want to use it on this page.

! According to the rules of the Chrome Web Store extension can not work on the store pages and home page.
Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.
-------------------                    

Informations de Base sur l'Extension

Nom Cool Cursors - Custom Cursor for Chrome Cool Cursors - Custom Cursor for Chrome
ID lkfenbemiijadblhlgikkdibckpjaacc
URL Officiel https://chromewebstore.google.com/detail/cool-cursors-custom-curso/lkfenbemiijadblhlgikkdibckpjaacc
Description Customize your experience of using the Chrome browser with cool free mouse cursors.
Taille du Fichier 1.06 MB
Nombre d'Installations 20,000
Version Actuelle 2.0.1
Dernière Mise à Jour 2022-10-21
Date de Publication 2020-12-09
Évaluation 4.54/5 Total 191 Évaluations
Développeur coolcursorsproject
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/16uLmdhKC16r6WpaWnuHxUqcaERPNmAbAb0lcwXu6qUs/edit?usp=sharing
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cool Cursors - Custom Cursor for Chrome",
    "description": "Customize your experience of using the Chrome browser with cool free mouse cursors.",
    "version": "2.0.1",
    "icons": {
        "32": "logo\/logo_32.png",
        "64": "logo\/logo_64.png",
        "128": "logo\/logo_128.png"
    },
    "action": {
        "default_icon": "logo\/logo_32.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ]
}