Fun Cursors - Lite

Have fun browsing the web with a new mouse cursor.

Co to jest Fun Cursors - Lite?

Fun Cursors - Lite to rozszerzenie Chrome opracowane przez Century, a jego główną funkcją jest „Have fun browsing the web with a new mouse cursor.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fun Cursors - Lite

Pobierz pliki rozszerzeń Fun Cursors - Lite 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

                        The extension allows you to change your default mouse cursor. 
Select a new mouse cursor by clicking on the extension popup.

Your mouse cursor will be changed on all website except Chrome store and new tab.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fun Cursors - Lite Fun Cursors - Lite
ID fdkfljgmhdclipgecdhknegajglbaelf
Oficjalny URL https://chrome.google.com/webstore/detail/fun-cursors-lite/fdkfljgmhdclipgecdhknegajglbaelf
Opis Have fun browsing the web with a new mouse cursor.
Rozmiar pliku 265 KB
Liczba instalacji 2,000
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2021-08-14
Data Publikacji 2020-03-10
Ocena 3.33/5 Łącznie 6 Oceny
Deweloper Century
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki de,en,fr,no,es,it
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html",
        "default_title": "Cursors"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.slim.js",
                "page.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.4",
    "web_accessible_resources": [
        "cursors\/*",
        "*.css"
    ]
}