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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}