Kingdom Hearts cursor

Custom Kingdom Hearts cursor for your chrome

Τι είναι το Kingdom Hearts cursor;

Το Kingdom Hearts cursor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον LSP, και η κύρια λειτουργία του είναι "Custom Kingdom Hearts cursor for your chrome".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Kingdom Hearts cursor

Λήψη αρχείων επέκτασης Kingdom Hearts cursor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Replaces the standard mouse cursor.
Kingdom Hearts 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 Kingdom Hearts 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 ❤️                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Kingdom Hearts cursor Kingdom Hearts cursor
ID ncmdgnndipjnnponjhejalkkkhjfdcel
Επίσημο URL https://chromewebstore.google.com/detail/kingdom-hearts-cursor/ncmdgnndipjnnponjhejalkkkhjfdcel
Περιγραφή Custom Kingdom Hearts cursor for your chrome
Μέγεθος Αρχείου 1.85 MB
Αριθμός Εγκαταστάσεων 253
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2022-10-31
Ημερομηνία Δημοσίευσης 2022-10-31
Αξιολόγηση 3.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής LSP
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kingdom Hearts cursor",
    "description": "Custom Kingdom Hearts cursor for your chrome",
    "version": "1.0.2",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Kingdom Hearts 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"
    ]
}