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
官方網址 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"
    ]
}