Cool Cursors for Chrome™

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

Hvad er Cool Cursors for Chrome™?

Cool Cursors for Chrome™ er en Chrome-udvidelse udviklet af https://cool-cursors.com, og dens hovedfunktion er "Fun cool cursors for Chrome™. Use a big collection of free cursors or upload your own.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Cool Cursors for Chrome™-udvidelses-CRX-fil

Download Cool Cursors for Chrome™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Cool Cursors for Chrome™ Cool Cursors for Chrome™
ID empjidjbllcmlgaobahepkijkfmfkjdb
Officiel URL https://chromewebstore.google.com/detail/cool-cursors-for-chrome/empjidjbllcmlgaobahepkijkfmfkjdb
Beskrivelse Fun cool cursors for Chrome™. Use a big collection of free cursors or upload your own.
Filstørrelse 2.21 MB
Antal Installationer 37,914
Nuværende Version 3.1.0
Senest Opdateret 2023-07-30
Udgivelsesdato 2020-03-25
Bedømmelse 3.19/5 Samlet 326 Bedømmelser
Udvikler https://cool-cursors.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://cool-cursors.com/
URL til Fortrolighedspolitik Side https://www.freebusinessapps.net/privacy
Understøttede Sprog 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"
}