My Custom Pointer for Chrome

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

什么是My Custom Pointer for Chrome?

My Custom Pointer for Chrome是由RIKIPB开发的Chrome扩展程序,该扩展的主要功能是“With MyCustomPointer you can change all the cursors of google chrome as you prefer!”。

扩展截图

screenshot
screenshot

下载My Custom Pointer for Chrome扩展crx文件

下载My Custom Pointer for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 My Custom Pointer for Chrome My Custom Pointer for Chrome
ID poniialibimagojknehneaghbeeoekem
官方URL https://chromewebstore.google.com/detail/my-custom-pointer-for-chr/poniialibimagojknehneaghbeeoekem
简介 With MyCustomPointer you can change all the cursors of google chrome as you prefer!
文件大小 657 KB
安装次数 771
当前版本 1.4
更新时间 2021-03-19
上架时间 2019-11-08
评分 1.00/5 共2次评分
开发者 RIKIPB
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.weblynote.com/privacy.html
支持的语言 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"
    ]
}