Squid Game Cursors

Replaces the standard mouse cursor.

Co to jest Squid Game Cursors?

Squid Game Cursors to rozszerzenie Chrome opracowane przez sweetcursors, a jego główną funkcją jest „Replaces the standard mouse cursor.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Squid Game Cursors

Pobierz pliki rozszerzeń Squid Game Cursors 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

                        Squid Game Cursors, choose your own cursor style. 
Just click on the cursor you like and it will replace the default cursor 🚀

You can resize the cursor of your choice from 16x16 to 128x128 pixels.

-------------------
Installation:
Download this extension, after installing it, click on the icon that appears on the toolbar in the tab, click on the icon in the toolbar and select the cursors you like and then update active tab, you will definitely find something for yourself, because we provide more than 12 cursors
-------------------
Note:
These cursors do not work on the Google homepage and in the Google Chrome store. Just open another tab and your cursor will be activated. If you were on some tab and selected the cursor, but it has not changed, just refresh the page and it will work. P.S. remove the previous cursors, for the extension to work properly
-------------------
Please share this pack of cursors with your friends and rate our quality.
-------------------
Made with ❤️                    

Podstawowe informacje o rozszerzeniu

Nazwa Squid Game Cursors Squid Game Cursors
ID hgoacnagoneapppdjmamhbeelgncojfj
Oficjalny URL https://chromewebstore.google.com/detail/squid-game-cursors/hgoacnagoneapppdjmamhbeelgncojfj
Opis Replaces the standard mouse cursor.
Rozmiar pliku 179 KB
Liczba instalacji 465
Aktualna Wersja 1.0.9
Ostatnia Aktualizacja 2022-10-21
Data Publikacji 2021-10-12
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper sweetcursors
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": 3,
    "name": "Squid Game Cursors",
    "description": "Replaces the standard mouse cursor.",
    "version": "1.0.9",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content_s.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ]
}