My Custom Pointer for Chrome

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

Was ist My Custom Pointer for Chrome?

My Custom Pointer for Chrome ist eine Chrome-Erweiterung, die von RIKIPB entwickelt wurde, und ihr Hauptmerkmal ist "With MyCustomPointer you can change all the cursors of google chrome as you prefer!".

Erweiterungsscreenshots

screenshot
screenshot

My Custom Pointer for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Custom Pointer for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name My Custom Pointer for Chrome My Custom Pointer for Chrome
ID poniialibimagojknehneaghbeeoekem
Offizielle URL https://chromewebstore.google.com/detail/my-custom-pointer-for-chr/poniialibimagojknehneaghbeeoekem
Beschreibung With MyCustomPointer you can change all the cursors of google chrome as you prefer!
Dateigröße 657 KB
Installationsanzahl 771
Aktuelle Version 1.4
Letztes Update 2021-03-19
Veröffentlichungsdatum 2019-11-08
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler RIKIPB
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.weblynote.com/privacy.html
Unterstützte Sprachen 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"
    ]
}