Change Cursor

Awesome and unusual cursors

Co to jest Change Cursor?

Change Cursor to rozszerzenie Chrome opracowane przez demidovavaleria87, a jego główną funkcją jest „Awesome and unusual cursors”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Change Cursor

Pobierz pliki rozszerzeń Change Cursor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Change Cursor Change Cursor
ID kdfabndgampjonhpgfajeajbinmkcocm
Oficjalny URL https://chrome.google.com/webstore/detail/change-cursor/kdfabndgampjonhpgfajeajbinmkcocm
Opis Awesome and unusual cursors
Rozmiar pliku 36.16 KB
Liczba instalacji 3,483
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2023-06-08
Data Publikacji 2021-11-14
Ocena 1.00/5 Łącznie 4 Oceny
Deweloper demidovavaleria87
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}