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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RIKIPB และคุณลักษณะหลักของมันคือ "With MyCustomPointer you can change all the cursors of google chrome as you prefer!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Custom Pointer for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}