Fortnite Pointer

Install Fortnite cursors pointers for Chrome browser.

Co to jest Fortnite Pointer?

Fortnite Pointer to rozszerzenie Chrome opracowane przez https://gamerstudiofree.com, a jego główną funkcją jest „Install Fortnite cursors pointers for Chrome browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fortnite Pointer

Pobierz pliki rozszerzeń Fortnite Pointer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.
-------------------                    

Podstawowe informacje o rozszerzeniu

Nazwa Fortnite Pointer Fortnite Pointer
ID hbafflacigbddikggjnonpbnjdcpngon
Oficjalny URL https://chrome.google.com/webstore/detail/fortnite-pointer/hbafflacigbddikggjnonpbnjdcpngon
Opis Install Fortnite cursors pointers for Chrome browser.
Rozmiar pliku 330 KB
Liczba instalacji 224
Aktualna Wersja 1.0.12.12
Ostatnia Aktualizacja 2021-07-10
Data Publikacji 2021-07-10
Deweloper https://gamerstudiofree.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*.*"
    ]
}