Fun Cursors - Lite

Have fun browsing the web with a new mouse cursor.

Wat is Fun Cursors - Lite?

Fun Cursors - Lite is een Chrome-extensie ontwikkeld door Century, en de belangrijkste functie is "Have fun browsing the web with a new mouse cursor.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fun Cursors - Lite

Download Fun Cursors - Lite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Fun Cursors - Lite Fun Cursors - Lite
ID fdkfljgmhdclipgecdhknegajglbaelf
Officiële URL https://chrome.google.com/webstore/detail/fun-cursors-lite/fdkfljgmhdclipgecdhknegajglbaelf
Beschrijving Have fun browsing the web with a new mouse cursor.
Bestandsgrootte 265 KB
Aantal Installaties 2,000
Huidige Versie 0.0.4
Laatst Bijgewerkt 2021-08-14
Publicatiedatum 2020-03-10
Beoordeling 3.33/5 Totaal 6 Beoordelingen
Ontwikkelaar Century
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}