Fortnite Pointer

Install Fortnite cursors pointers for Chrome browser.

Was ist Fortnite Pointer?

Fortnite Pointer ist eine Chrome-Erweiterung, die von https://gamerstudiofree.com entwickelt wurde, und ihr Hauptmerkmal ist "Install Fortnite cursors pointers for Chrome browser.".

Erweiterungsscreenshots

screenshot

Fortnite Pointer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fortnite Pointer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension allows you to replace default mouse cursor with custom cursor.

-------------------
! After installing this extension, refresh the previously opened tab if you want to use it on this page.

! According to the rules of the Chrome Web Store extension can not work on the store pages and home page.
Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.
-------------------                    

Grundlegende Informationen zur Erweiterung

Name Fortnite Pointer Fortnite Pointer
ID hbafflacigbddikggjnonpbnjdcpngon
Offizielle URL https://chrome.google.com/webstore/detail/fortnite-pointer/hbafflacigbddikggjnonpbnjdcpngon
Beschreibung Install Fortnite cursors pointers for Chrome browser.
Dateigröße 330 KB
Installationsanzahl 224
Aktuelle Version 1.0.12.12
Letztes Update 2021-07-10
Veröffentlichungsdatum 2021-07-10
Entwickler https://gamerstudiofree.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fortnite Pointer",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Install Fortnite cursors pointers for Chrome browser.",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "cookies",
        "https:\/\/gamerstudiofree.com\/",
        "http:\/\/gamerstudiofree.com\/"
    ],
    "version": "1.0.12.12",
    "web_accessible_resources": [
        "cur\/*.*"
    ]
}