Cursor Extension

Get a new cursor for your browser!

Vad är Cursor Extension?

Cursor Extension är en Chrome-tillägg utvecklad av saheenfr2002, och dess huvudfunktion är "Get a new cursor for your browser!".

Tilläggsskärmbilder

screenshot

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

Ladda ner Cursor Extension-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

                        Tired of your old default cursor? Download this extension to modify your boring cursor to something incredibly cool!                    

Grundläggande Information om Tillägg

Namn Cursor Extension Cursor Extension
ID ahgegdapchdililmnapdklnlnhdjngaj
Officiell webbadress https://chromewebstore.google.com/detail/cursor-extension/ahgegdapchdililmnapdklnlnhdjngaj
Beskrivning Get a new cursor for your browser!
Filstorlek 12.35 MB
Antal Installationer 46
Aktuell Version 0.1.1
Senast Uppdaterad 2022-11-20
Publiceringsdatum 2022-11-19
Utvecklare saheenfr2002
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Extension",
    "description": "Get a new cursor for your browser!",
    "version": "0.1.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_workers": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "cursorImages\/res\/pink.png"
    }
}