My Custom Pointer for Chrome

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

What is My Custom Pointer for Chrome?

My Custom Pointer for Chrome is a Chrome extension developed by RIKIPB, and its main feature is "With MyCustomPointer you can change all the cursors of google chrome as you prefer!".

Extension Screenshots

screenshot
screenshot

Download My Custom Pointer for Chrome Extension CRX File

Download My Custom Pointer for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name My Custom Pointer for Chrome My Custom Pointer for Chrome
ID poniialibimagojknehneaghbeeoekem
Official URL 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!
File Size 657 KB
Installation Count 771
Current Version 1.4
Last Updated 2021-03-19
Publish Date 2019-11-08
Rating 1.00/5 Total 2 Ratings
Developer RIKIPB
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.weblynote.com/privacy.html
Supported Languages 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"
    ]
}