Change Cursor for Browser Unlimited

Change the mouse cursor in the browser to cute icon or update image

Was ist Change Cursor for Browser Unlimited?

Change Cursor for Browser Unlimited ist eine Chrome-Erweiterung, die von AppPro entwickelt wurde, und ihr Hauptmerkmal ist "Change the mouse cursor in the browser to cute icon or update image".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Change Cursor for Browser Unlimited-Erweiterungs-CRX-Datei herunterladen

Laden Sie Change Cursor for Browser Unlimited-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        + Change the mouse cursor in the browser to to any picture you like with a large icons and free.
+ Style Cursor for Browser - Free & Unlimited
+ Have fun with a custom cursor for Chrome. Use our collections of cursors or upload your own cursor. Install custom cursors for free.
+ This extension allows you to modify your cursor for Google Chrome. Our extension supports a wide range of topics such as                    

Grundlegende Informationen zur Erweiterung

Name Change Cursor for Browser Unlimited Change Cursor for Browser Unlimited
ID gggmnicflbicobcelmacaheaapbbkjdb
Offizielle URL https://chromewebstore.google.com/detail/change-cursor-for-browser/gggmnicflbicobcelmacaheaapbbkjdb
Beschreibung Change the mouse cursor in the browser to cute icon or update image
Dateigröße 2.65 MB
Installationsanzahl 114
Aktuelle Version 1.0.1
Letztes Update 2023-05-02
Veröffentlichungsdatum 2023-04-02
Entwickler AppPro
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/mailunreadprivacy/home
Unterstützte Sprachen en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "128": "\/assets\/icons\/icon128.png",
            "256": "\/assets\/icons\/icon256.png",
            "32": "\/assets\/icons\/icon32.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "icons": {
        "128": "\/assets\/icons\/icon256.png",
        "256": "\/assets\/icons\/icon256.png",
        "32": "\/assets\/icons\/icon256.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "alarms",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "libs\/*.*",
                "content.js"
            ]
        }
    ]
}