MARVEL-DC Cursor

MARVEL-DC Cursor

ما هو MARVEL-DC Cursor؟

MARVEL-DC Cursor هو إضافة Chrome تم تطويرها بواسطة Qltymedia Online LTD، والميزة الرئيسية لها هي "MARVEL-DC Cursor".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة MARVEL-DC Cursor

قم بتنزيل ملفات الامتداد MARVEL-DC Cursor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Replaces default cursor with a cool super hero cursor. Change the usual mouse pointer to an amazing custom cursor.
Super hero cursors is a wonderful extension for everyone who wants to change the default mouse pointer to a cool and trendy one.
The new tab  embeds a search bar. Search features are provided by Microsoft Bing. No changes to your browser default search settings will be made.
By installing Marvel Cursor extension, you agree to the the Privacy Policy elaborated on Horizon Group website:
Privacy Policy: https://horizon-grp.com/?page_id=3                    

معلومات أساسية عن التمديد

الاسم MARVEL-DC Cursor MARVEL-DC Cursor
ID ponjlnokdlpbjbiifcpoipolmelpdobb
عنوان URL الرسمي https://chromewebstore.google.com/detail/marvel-dc-cursor/ponjlnokdlpbjbiifcpoipolmelpdobb
الوصف MARVEL-DC Cursor
حجم الملف 59.66 KB
عدد التثبيتات 83
النسخة الحالية 1.0.0
آخر تحديث 2022-10-09
تاريخ النشر 2022-10-06
المطور Qltymedia Online LTD
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://horizon-grp.com/
عنوان صفحة سياسة الخصوصية https://qltymedia.com/silly-cats
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MARVEL-DC Cursor",
    "description": "MARVEL-DC Cursor",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}