CursorPlus

Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…

Wat is CursorPlus?

CursorPlus is een Chrome-extensie ontwikkeld door small-extension-publisher, en de belangrijkste functie is "Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CursorPlus

Download CursorPlus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Fun custom cursors for Chrome. Use a large collection of free cursors.
Customize your experience of using the Chrome browser with cool free mouse cursors 🥳
Choose most wanted in menu of the extension!                    

Basisinformatie over de Extensie

Naam CursorPlus CursorPlus
ID nkekebiogedbofllejdaomcbjbibhdek
Officiële URL https://chrome.google.com/webstore/detail/cursorplus/nkekebiogedbofllejdaomcbjbibhdek
Beschrijving Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…
Bestandsgrootte 2.61 MB
Aantal Installaties 5,000
Huidige Versie 2.0.2
Laatst Bijgewerkt 2021-06-24
Publicatiedatum 2021-02-17
Beoordeling 4.46/5 Totaal 24 Beoordelingen
Ontwikkelaar small-extension-publisher
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://myextension.online/privacy.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CursorPlus",
    "version": "2.0.2",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "libs\/collection.js",
            "background.js",
            "background-min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "libs\/jquery.js",
                "libs\/cursor.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "96": "assets\/icons\/icon96.png",
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "96": "assets\/icons\/icon96.png",
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png"
    },
    "web_accessible_resources": [
        "assets\/*.*",
        "libs\/*.*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/keyond-gosensity.icu https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net; object-src 'self';",
    "manifest_version": 2
}