Style Cursor

Custom mouse cursors! Change the cursor to cute custom pointer

Qu'est-ce que Style Cursor ?

Style Cursor est une extension Chrome développée par goodmoviesinfo, et sa fonction principale est "Custom mouse cursors! Change the cursor to cute custom pointer".

Captures d'Écran de l'Extension

screenshot

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

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

                        Make your cursor FANSY one :)

🚀 Choose from the next custom mouse pointers:
  ⭐️ Simple blue arrow cursor
  ⭐️ Rocket mouse
  ⭐️ Heart cursor
  ⭐️ Pizza cursor
  ⭐️ and even more...


PS. It doesn’t work over browser toolbar or on settings pages.

Completely free and with no ads

Made with ❤️  by extension.expert                    

Informations de Base sur l'Extension

Nom Style Cursor Style Cursor
ID njbgkalfmgkchikknmaimfjmfjpnbnpm
URL Officiel https://chromewebstore.google.com/detail/style-cursor/njbgkalfmgkchikknmaimfjmfjpnbnpm
Description Custom mouse cursors! Change the cursor to cute custom pointer
Taille du Fichier 225 KB
Nombre d'Installations 4,020
Version Actuelle 8
Dernière Mise à Jour 2024-03-02
Date de Publication 2020-12-28
Évaluation 3.88/5 Total 24 Évaluations
Développeur goodmoviesinfo
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.verblike.com/chrome-extensions-privacy-policy
Langues Prises en Charge en
manifest.json
{
    "action": {
        "default_icon": "icon.png",
        "default_popup": "dialog\/index.html",
        "default_title": "Change your Cursor here"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "css": [
                "content\/style.css"
            ],
            "js": [
                "content\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/common.js"
            ]
        }
    ],
    "description": "Custom mouse cursors! Change the cursor to cute custom pointer",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmG8gmP1j+\/oU6e9nQ1oG+K2BjXrO\/wfwtqfWmiGLLn\/hiZd7lRLQp\/Sbph9NZYqxs1kS6y5UAhiFvZ5SOYiGqY7b4iTu0fJQliaDV4VwT1oKREANA9arXsHfDM8DdiLqOFacrIdDquz+CTDku91o\/KlMyecl3MFpCdKn2oXuL4gSaJEslTreYJcJjHoViexI9wG7IURFpKxAPVep7h1dkN9bNLOlv1xjLnWgpzy\/nrDLWGeFIaWZ8u56RiJ8nSAzIuiZLJDCmPBjGXsHCuvPjV7AteX+VMfnMU\/1KHpjEvpYG02Hey39\/\/\/UQxLpRjS1mvPQTQkJMXffuio4Y7To4wIDAQAB",
    "manifest_version": 3,
    "name": "Style Cursor",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8",
    "web_accessible_resources": [
        {
            "extension_ids": [],
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "images\/*",
                "content\/*",
                "js\/*"
            ]
        }
    ]
}