Fun Cursors - Lite

Have fun browsing the web with a new mouse cursor.

Cos'è Fun Cursors - Lite?

Fun Cursors - Lite è un'estensione di Chrome sviluppata da Century, e la sua funzione principale è "Have fun browsing the web with a new mouse cursor.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fun Cursors - Lite

Scarica i file di estensione Fun Cursors - Lite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fun Cursors - Lite Fun Cursors - Lite
ID fdkfljgmhdclipgecdhknegajglbaelf
URL Ufficiale https://chrome.google.com/webstore/detail/fun-cursors-lite/fdkfljgmhdclipgecdhknegajglbaelf
Descrizione Have fun browsing the web with a new mouse cursor.
Dimensione del File 265 KB
Conteggio Installazioni 2,000
Versione Corrente 0.0.4
Ultimo Aggiornamento 2021-08-14
Data di Pubblicazione 2020-03-10
Valutazione 3.33/5 Totale 6 Valutazioni
Sviluppatore Century
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}