Pokemon cursor

Pokemon cursor for your chrome

Was ist Pokemon cursor?

Pokemon cursor ist eine Chrome-Erweiterung, die von LSP entwickelt wurde, und ihr Hauptmerkmal ist "Pokemon cursor for your chrome".

Erweiterungsscreenshots

screenshot

Pokemon cursor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pokemon cursor-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

                        Replaces the standard mouse cursor.
Pokemon cursor, choose your own cursor style. 
Just click on the cursor you like and it will replace the default cursor.

-------------------
Installation:
Download this extension, after installing it, click on the icon that appears on the toolbar in the tab, click on the icon in the toolbar and select the cursors you like and then update active tab.
After installing this extension, refresh the previously opened tab if you want to use it on this page.
-------------------
If you have any questions about our Pokemon cursor extension or just want to give us some feedback, feel free to send us a message or write a review! 
-------------------
Please share this pack of cursors with your friends and rate our quality.
-------------------
Made with ❤️                    

Grundlegende Informationen zur Erweiterung

Name Pokemon cursor Pokemon cursor
ID kakklkeihhfhgakghlcpalkmnjlomlnj
Offizielle URL https://chromewebstore.google.com/detail/pokemon-cursor/kakklkeihhfhgakghlcpalkmnjlomlnj
Beschreibung Pokemon cursor for your chrome
Dateigröße 1.88 MB
Installationsanzahl 88
Aktuelle Version 1.0.0
Letztes Update 2024-02-08
Veröffentlichungsdatum 2024-02-08
Entwickler LSP
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pokemon cursor",
    "description": "Pokemon cursor for your chrome",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Pokemon cursor"
    },
    "icons": {
        "16": "img\/logo-small-16.png",
        "32": "img\/logo-small-32.png",
        "48": "img\/logo-small-48.png",
        "128": "img\/logo-small-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app\/common.js",
                "cur\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "app\/common.js",
                "app\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "app\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "notifications",
        "webNavigation"
    ]
}