Change Cursor

Awesome and unusual cursors

Vad är Change Cursor?

Change Cursor är en Chrome-tillägg utvecklad av demidovavaleria87, och dess huvudfunktion är "Awesome and unusual cursors".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Change Cursor-förlängningens CRX-fil

Ladda ner Change Cursor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        We’ve got awesome custom cursors Chrome extension to let you define your own cursor style. Custom cursors extension is absolutely free and doesn’t have any kind of harmful scripts. It’s an amazing cursor library which includes different custom cursor collection. You can open it by clicking on puzzle icon on Chrome toolbar that says “Extensions” and then finding custom cursor in the list. Replace cursor just in on click and have fun.                    

Grundläggande Information om Tillägg

Namn Change Cursor Change Cursor
ID kdfabndgampjonhpgfajeajbinmkcocm
Officiell webbadress https://chrome.google.com/webstore/detail/change-cursor/kdfabndgampjonhpgfajeajbinmkcocm
Beskrivning Awesome and unusual cursors
Filstorlek 36.16 KB
Antal Installationer 3,483
Aktuell Version 1.5
Senast Uppdaterad 2023-06-08
Publiceringsdatum 2021-11-14
Betyg 1.00/5 Totalt 4 Betyg
Utvecklare demidovavaleria87
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Awesome and unusual cursors",
    "version": "1.5",
    "background": {
        "scripts": [
            ".\/js\/koloso.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Curzorro",
        "default_icon": {
            "128": "sty\/curs.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "128": "sty\/curs.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "sty\/doro.json"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/karab.js"
            ]
        }
    ]
}