My Custom Pointer for Chrome

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

My Custom Pointer for Chrome là gì?

My Custom Pointer for Chrome là một tiện ích mở rộng Chrome được phát triển bởi RIKIPB, và tính năng chính của nó là "With MyCustomPointer you can change all the cursors of google chrome as you prefer!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng My Custom Pointer for Chrome

Tải xuống các tệp mở rộng My Custom Pointer for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên My Custom Pointer for Chrome My Custom Pointer for Chrome
ID poniialibimagojknehneaghbeeoekem
URL Chính Thức https://chromewebstore.google.com/detail/my-custom-pointer-for-chr/poniialibimagojknehneaghbeeoekem
Mô tả With MyCustomPointer you can change all the cursors of google chrome as you prefer!
Kích Thước Tệp 657 KB
Số Lần Cài Đặt 771
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-03-19
Ngày Phát Hành 2019-11-08
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển RIKIPB
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.weblynote.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}