Among Us Cursor

Fun custom Among Us cursors for Chrome browser.

Co to jest Among Us Cursor?

Among Us Cursor to rozszerzenie Chrome opracowane przez https://freehdthemes.com, a jego główną funkcją jest „Fun custom Among Us cursors for Chrome browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Among Us Cursor

Pobierz pliki rozszerzeń Among Us Cursor 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 amazing custom among us 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 Among Us Cursor Among Us Cursor
ID phhgoenkkdelfajhopaopgcnlnkalklc
Oficjalny URL https://chrome.google.com/webstore/detail/among-us-cursor/phhgoenkkdelfajhopaopgcnlnkalklc
Opis Fun custom Among Us cursors for Chrome browser.
Rozmiar pliku 160 KB
Liczba instalacji 1,000
Aktualna Wersja 10.221.6.4
Ostatnia Aktualizacja 2021-06-12
Data Publikacji 2021-06-05
Deweloper https://freehdthemes.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://freehdthemes.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Among Us Cursor",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Fun custom Among Us cursors for Chrome browser.",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "cookies",
        "https:\/\/freehdthemes.com\/",
        "http:\/\/freehdthemes.com\/"
    ],
    "version": "10.221.6.4",
    "web_accessible_resources": [
        "cur\/*.*"
    ]
}