CursorPlus

Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…

Τι είναι το CursorPlus;

Το CursorPlus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον small-extension-publisher, και η κύρια λειτουργία του είναι "Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…".

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

screenshot

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

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

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

                        Fun custom cursors for Chrome. Use a large collection of free cursors.
Customize your experience of using the Chrome browser with cool free mouse cursors 🥳
Choose most wanted in menu of the extension!                    

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

Όνομα CursorPlus CursorPlus
ID nkekebiogedbofllejdaomcbjbibhdek
Επίσημο URL https://chrome.google.com/webstore/detail/cursorplus/nkekebiogedbofllejdaomcbjbibhdek
Περιγραφή Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…
Μέγεθος Αρχείου 2.61 MB
Αριθμός Εγκαταστάσεων 5,000
Τρέχουσα Έκδοση 2.0.2
Τελευταία Ενημέρωση 2021-06-24
Ημερομηνία Δημοσίευσης 2021-02-17
Αξιολόγηση 4.46/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής small-extension-publisher
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://myextension.online/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CursorPlus",
    "version": "2.0.2",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "libs\/collection.js",
            "background.js",
            "background-min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "libs\/jquery.js",
                "libs\/cursor.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "96": "assets\/icons\/icon96.png",
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "96": "assets\/icons\/icon96.png",
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png"
    },
    "web_accessible_resources": [
        "assets\/*.*",
        "libs\/*.*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/keyond-gosensity.icu https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net; object-src 'self';",
    "manifest_version": 2
}