CursorPlus

Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…

Co to jest CursorPlus?

CursorPlus to rozszerzenie Chrome opracowane przez small-extension-publisher, a jego główną funkcją jest „Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CursorPlus

Pobierz pliki rozszerzeń CursorPlus 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

                        Fun custom cursors for Chrome. Use a large collection of free cursors.
Customize your experience of using the Chrome browser with cool free mouse cursors 🥳
Choose most wanted in menu of the extension!                    

Podstawowe informacje o rozszerzeniu

Nazwa CursorPlus CursorPlus
ID nkekebiogedbofllejdaomcbjbibhdek
Oficjalny URL https://chrome.google.com/webstore/detail/cursorplus/nkekebiogedbofllejdaomcbjbibhdek
Opis Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…
Rozmiar pliku 2.61 MB
Liczba instalacji 5,000
Aktualna Wersja 2.0.2
Ostatnia Aktualizacja 2021-06-24
Data Publikacji 2021-02-17
Ocena 4.46/5 Łącznie 24 Oceny
Deweloper small-extension-publisher
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://myextension.online/privacy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CursorPlus",
    "version": "2.0.2",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "libs\/collection.js",
            "background.js",
            "background-min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "libs\/jquery.js",
                "libs\/cursor.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "96": "assets\/icons\/icon96.png",
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "96": "assets\/icons\/icon96.png",
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png"
    },
    "web_accessible_resources": [
        "assets\/*.*",
        "libs\/*.*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/keyond-gosensity.icu https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net; object-src 'self';",
    "manifest_version": 2
}