Fortnite cursors

Replaces the standard mouse cursor in the browser.

Τι είναι το Fortnite cursors;

Το Fortnite cursors είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον harrycursors, και η κύρια λειτουργία του είναι "Replaces the standard mouse cursor in the browser.".

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

screenshot

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

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

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

                        30 new cursors are added in this update, which will decorate the time spent on the Internet.
****
60 unique cursors from your favorite Fortnite game, just select your favorite cursor and the browser will sparkle in new colors.
***
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, you will definitely find something for yourself, because we provide more than 60 cursors
****
Note:
These cursors do not work on the Google homepage and in the Google Chrome store. Just open another tab and your cursor will be activated. If you were on some tab and selected the cursor, but it has not changed, just refresh the page and it will work. P.S. remove the previous cursors, for the extension to work properly
****
Please share this pack of cursors with your friends and rate our quality.
****                    

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

Όνομα Fortnite cursors Fortnite cursors
ID jmdgpgehemaodaemcalamedigdbaepep
Επίσημο URL https://chrome.google.com/webstore/detail/fortnite-cursors/jmdgpgehemaodaemcalamedigdbaepep
Περιγραφή Replaces the standard mouse cursor in the browser.
Μέγεθος Αρχείου 190 KB
Αριθμός Εγκαταστάσεων 386
Τρέχουσα Έκδοση 1.2.2
Τελευταία Ενημέρωση 2021-04-21
Ημερομηνία Δημοσίευσης 2021-04-21
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής harrycursors
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fortnite cursors",
    "description": "Replaces the standard mouse cursor in the browser.",
    "version": "1.2.2",
    "browser_action": {
        "default_title": "Click to open Fortnite cursors",
        "default_icon": {
            "128": "img\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/app.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "cursors\/pack1\/*.*",
        "cursors\/pack2\/*.*"
    ]
}