Custom Cursors

Replace the old boring cursor with a new one or load your own.

Was ist Custom Cursors?

Custom Cursors ist eine Chrome-Erweiterung, die von vstin92 entwickelt wurde, und ihr Hauptmerkmal ist "Replace the old boring cursor with a new one or load your own.".

Erweiterungsscreenshots

screenshot

Custom Cursors-Erweiterungs-CRX-Datei herunterladen

Laden Sie Custom Cursors-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Our super cool extension is Custom Cursors. We have collected many useful functions in it.  With Custom Cursors you can change the color of your cursor to whatever you want.  We have collected a bunch of different colors into one palette.  With one click of a button, you can do it.  We are sure you will enjoy using Custom Cursors.  Our product was made in order to diversify the dull work with gadgets.  This is a high quality extension, and most importantly, it is completely free.  Join the people who have already downloaded Custom Cursors and enjoy using it.                    

Grundlegende Informationen zur Erweiterung

Name Custom Cursors Custom Cursors
ID ialjkcfpkdoimdhnfhblcipaocipoiic
Offizielle URL https://chrome.google.com/webstore/detail/custom-cursors/ialjkcfpkdoimdhnfhblcipaocipoiic
Beschreibung Replace the old boring cursor with a new one or load your own.
Dateigröße 5.8 MB
Installationsanzahl 10,000
Aktuelle Version 1.5
Letztes Update 2022-01-27
Veröffentlichungsdatum 2021-05-11
Bewertung 3.36/5 Insgesamt 22 Bewertungen
Entwickler vstin92
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "Replace the old boring cursor with a new one or load your own.",
    "version": "1.5",
    "default_locale": "en",
    "background": {
        "scripts": [
            "ultima.js",
            "bkg.js",
            "for_back.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Cute Pointers",
        "default_icon": {
            "128": "faragora.png"
        },
        "default_popup": "someAnother.html"
    },
    "icons": {
        "128": "faragora.png"
    },
    "content_scripts": [
        {
            "js": [
                "some-front-fourth.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "options_page": "someFront.html",
    "web_accessible_resources": [
        "scripts\/*.js",
        "data\/*.js",
        "*.svg"
    ]
}