Cool Cursors for Chrome™

Fun cool cursors for Chrome™. Use a big collection of free cursors or upload your own.

ما هو Cool Cursors for Chrome™؟

Cool Cursors for Chrome™ هو إضافة Chrome تم تطويرها بواسطة https://cool-cursors.com، والميزة الرئيسية لها هي "Fun cool cursors for Chrome™. Use a big collection of free cursors or upload your own.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Cool Cursors for Chrome™

قم بتنزيل ملفات الامتداد Cool Cursors for Chrome™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Try using the Chrome browser with cool free mouse cursors.

This extension allows you to modify your cursor for Google Chrome. Our extension supports a wide range of topics such as

movies
pop culture
manga
stars
arrows

and many more topics
Create your own collection of mouse cursors from any images.
Note: 
- Use pictures less or equal to 128x128 pixels; 
- Use transparent background in your images, such as .png.

Easy one-click custom cursor activation.

Try our software now. Its 100% free to use.

Please note we need "Read and change all your data on the websites you visit" permissions to allow the custom cursor to be shown on the webpage you are visiting. 
We do NOT collect/sell any of the websites data you are using.

For this extension to work, it will only work on new tabs/pages you open after installation of the software. The webpages which you were on previously before the installation of our software would not show this custom cursor.

This extension works on any web page except the Chrome Web Store, Google internal pages, and the Chrome home page, as Google’s policy prohibits the use of custom cursors on these pages.                    

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

الاسم Cool Cursors for Chrome™ Cool Cursors for Chrome™
ID empjidjbllcmlgaobahepkijkfmfkjdb
عنوان URL الرسمي https://chromewebstore.google.com/detail/cool-cursors-for-chrome/empjidjbllcmlgaobahepkijkfmfkjdb
الوصف Fun cool cursors for Chrome™. Use a big collection of free cursors or upload your own.
حجم الملف 2.21 MB
عدد التثبيتات 37,914
النسخة الحالية 3.1.0
آخر تحديث 2023-07-30
تاريخ النشر 2020-03-25
تقييم 3.19/5 مجموع تقييمات 326
المطور https://cool-cursors.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://cool-cursors.com/
عنوان صفحة سياسة الخصوصية https://www.freebusinessapps.net/privacy
اللغات المدعومة id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/data\/background-mv3.js"
    },
    "action": {
        "default_icon": {
            "128": "data\/assets\/icons\/128.png",
            "256": "data\/assets\/icons\/256.png",
            "32": "data\/assets\/icons\/32.png",
            "48": "data\/assets\/icons\/48.png",
            "96": "data\/assets\/icons\/96.png"
        },
        "default_popup": "data\/popup\/index.html",
        "default_title": "__MSG_app_name__"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "data\/libs\/jquery.js",
                "data\/libs\/cursor.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cool-cursors.com\/*"
        ]
    },
    "homepage_url": "https:\/\/cool-cursors.com\/",
    "icons": {
        "128": "data\/assets\/icons\/128.png",
        "256": "data\/assets\/icons\/256.png",
        "32": "data\/assets\/icons\/32.png",
        "48": "data\/assets\/icons\/48.png",
        "96": "data\/assets\/icons\/96.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "offline_enabled": true,
    "options_page": "data\/settings\/index.html",
    "permissions": [
        "storage"
    ],
    "short_name": "cool-cursor",
    "version": "3.1.0",
    "version_name": "3.1.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "popup\/images\/*.*",
                "popup\/fonts\/*.*",
                "*.*",
                "assets\/cur\/*.*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlWU2tEhTzyHXXmGo4ZzBzs6BTtKdotvNmzkn8RmkobaBr+aRf9b83PVgRNbGzfGM\/PRFGVXXzgA9MyzyRtpEpsHol6vkdSC7PR1RklnlcF\/F+0TyR+h080imhQt+FMwJGn98oNiQseKWOP9fnRf\/RUApyXv37TIdSmq77hsJVdm8Aq3zbWtfYA108Cv12PzM+U8pQZTfByDQZpTOt7hjFN4y3xXFYx2yHAOD8RqZyH8wJEQOZvvLZyBAtZxuU8ic0Jj7s6xwvIBjgoU+WrpV5sEzc3oP5rWBezIjv6wen4U+\/MYlU6mINQmlASWU4G9DDGLfKyseWaMV1w5XD9rm9wIDAQAB"
}