Among Us Cursor

Fun custom Among Us cursors for Chrome browser.

Co je Among Us Cursor?

Among Us Cursor je rozšíření Chrome vyvinuté https://freehdthemes.com, a jeho hlavní funkcí je „Fun custom Among Us cursors for Chrome browser.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Among Us Cursor

Stáhněte si soubory rozšíření Among Us Cursor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Among Us Cursor Among Us Cursor
ID phhgoenkkdelfajhopaopgcnlnkalklc
Oficiální URL https://chrome.google.com/webstore/detail/among-us-cursor/phhgoenkkdelfajhopaopgcnlnkalklc
Popis Fun custom Among Us cursors for Chrome browser.
Velikost souboru 160 KB
Počet instalací 1,000
Aktuální Verze 10.221.6.4
Poslední Aktualizace 2021-06-12
Datum Vydání 2021-06-05
Vývojář https://freehdthemes.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://freehdthemes.com/privacy-policy
Podporované Jazyky 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\/*.*"
    ]
}