Roblox Cursors HD

Transform your mouse cursor into the distinctive Roblox icon or theme effortlessly with the Roblox Cursors HD For Chrome extension

Τι είναι το Roblox Cursors HD;

Το Roblox Cursors HD είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Roblox Cursors HD, και η κύρια λειτουργία του είναι "Transform your mouse cursor into the distinctive Roblox icon or theme effortlessly with the Roblox Cursors HD For Chrome extension".

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

screenshot
screenshot

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

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

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

                        Introducing the Roblox Cursors HD For Chrome extension - a contemporary tool that effortlessly transforms your ordinary mouse pointer into a captivating Roblox icon or theme.

This extension is the result of passionate fans' dedication to the Roblox game, tailored to cater to the preferences of fellow enthusiasts.

Elevate your web browsing experience with the Roblox custom mouse cursor, designed to cater to users of all age groups.

Key Features:

- Dive into an extensive cursor library, selecting from a variety of custom collections and sets.
- Adjust the cursor's size to your preference, ensuring optimal visibility and comfort.
- Embrace your favorite theme by changing the cursor's icon accordingly.
- Your personalized cursor will seamlessly accompany you across various webpages.

Notably, this theme is thoughtfully curated to enhance your Google Chrome browsing experience.

Customize your Google Chrome browser seamlessly with the Roblox Cursor Set. This vibrant, user-friendly theme promises an enjoyable experience for all users.

Effortlessly change your mouse pointer with just a few clicks.

Here's how you can install Roblox Cursors HD for Chrome via the Chrome Web Store:

1. Launch the Chrome Web Store.

2. Locate and select the Roblox Cursors HD extension.

3. Click "Add to Chrome". Certain extensions may request specific permissions or data. To proceed, simply click "Add extension". To access the extension, click the icon located to the right of the address bar.

Please Note: Roblox Cursors HD is an independent Chrome browser extension developed by a third party. It's essential to clarify that we hold no affiliation with Roblox or Rolimons (the source for Roblox item values).                    

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

Όνομα Roblox Cursors HD Roblox Cursors HD
ID bainlhhnkcllmljkodgpmbgknkabpjaf
Επίσημο URL https://chromewebstore.google.com/detail/roblox-cursors-hd/bainlhhnkcllmljkodgpmbgknkabpjaf
Περιγραφή Transform your mouse cursor into the distinctive Roblox icon or theme effortlessly with the Roblox Cursors HD For Chrome extension
Μέγεθος Αρχείου 80.31 KB
Αριθμός Εγκαταστάσεων 327,814
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-08-16
Ημερομηνία Δημοσίευσης 2023-08-16
Αξιολόγηση 4.39/5 Συνολικά 74 Αξιολογήσεις
Προγραμματιστής Roblox Cursors HD
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1Fk-bZO2tpPY9O0woQEnUf8hTWJXdwzya9C9FiLQOJ74/edit?usp=sharing
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/asset\/icons\/16.png",
        "32": ".\/asset\/icons\/32.png",
        "48": ".\/asset\/icons\/48.png",
        "128": ".\/asset\/icons\/128.png"
    },
    "action": {
        "default_icon": ".\/asset\/icons\/32.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": ".\/html\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "declarativeNetRequest",
        "gcm"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/init.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}