My Custom Pointer for Chrome

With MyCustomPointer you can change all the cursors of google chrome as you prefer!

Qu'est-ce que My Custom Pointer for Chrome ?

My Custom Pointer for Chrome est une extension Chrome développée par RIKIPB, et sa fonction principale est "With MyCustomPointer you can change all the cursors of google chrome as you prefer!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension My Custom Pointer for Chrome

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

                        Con MyCustomPointer Puoi cambiare tutti i cursori con le immagini che vuoi, puoi anche caricarci le tue foto personalizzate..                    

Informations de Base sur l'Extension

Nom My Custom Pointer for Chrome My Custom Pointer for Chrome
ID poniialibimagojknehneaghbeeoekem
URL Officiel https://chromewebstore.google.com/detail/my-custom-pointer-for-chr/poniialibimagojknehneaghbeeoekem
Description With MyCustomPointer you can change all the cursors of google chrome as you prefer!
Taille du Fichier 657 KB
Nombre d'Installations 771
Version Actuelle 1.4
Dernière Mise à Jour 2021-03-19
Date de Publication 2019-11-08
Évaluation 1.00/5 Total 2 Évaluations
Développeur RIKIPB
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.weblynote.com/privacy.html
Langues Prises en Charge de,en,fr,es,it,ro,ru,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Custom Pointer for Chrome",
    "short_name": "MyCustomPointer",
    "default_locale": "en",
    "version": "1.4",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self';",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/jquery-1.10.2.js",
                "js\/jquery.min.js",
                "main.js",
                "js\/jimp.min.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.10.2.js",
            "js\/jquery.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "fonts\/Sickness.ttf"
    ]
}