Fun Cursors

Have fun browsing the web with a new mouse cursor.

Τι είναι το Fun Cursors;

Το Fun Cursors είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://appdepot.xyz, και η κύρια λειτουργία του είναι "Have fun browsing the web with a new mouse cursor.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fun Cursors

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

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

                        Spice up your browsing on Chrome by changing your cursor for a fun one.

This extension gives you new cursors for your mouse / trackpad on Chrome. 
You can always get back your default cursor by clicking cancel.

*** version 0.05 ****
- Cursor works in Library window.
- Automatically update cursor on all open tabs.
- Manifest V3.

Please note cursor cannot work on the Chrome store pages and new tab.                    

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

Όνομα Fun Cursors Fun Cursors
ID fifmamcgakmdooafeplohbidenfjhmhm
Επίσημο URL https://chromewebstore.google.com/detail/fun-cursors/fifmamcgakmdooafeplohbidenfjhmhm
Περιγραφή Have fun browsing the web with a new mouse cursor.
Μέγεθος Αρχείου 121 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 0.0.5
Τελευταία Ενημέρωση 2022-12-28
Ημερομηνία Δημοσίευσης 2019-10-27
Αξιολόγηση 2.93/5 Συνολικά 60 Αξιολογήσεις
Προγραμματιστής https://appdepot.xyz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,no,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "128.png",
        "default_popup": "popup.html",
        "default_title": "Cursors"
    },
    "content_scripts": [
        {
            "js": [
                "page.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.0.5",
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}