Among Us Cursor

Fun custom Among Us cursors for Chrome browser.

O que é Among Us Cursor?

Among Us Cursor é uma extensão do Chrome desenvolvida por https://freehdthemes.com, e sua principal característica é "Fun custom Among Us cursors for Chrome browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Among Us Cursor

Baixe arquivos de extensão Among Us Cursor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Among Us Cursor Among Us Cursor
ID phhgoenkkdelfajhopaopgcnlnkalklc
URL Oficial https://chrome.google.com/webstore/detail/among-us-cursor/phhgoenkkdelfajhopaopgcnlnkalklc
Descrição Fun custom Among Us cursors for Chrome browser.
Tamanho do Arquivo 160 KB
Contagem de Instalações 1,000
Versão Atual 10.221.6.4
Última Atualização 2021-06-12
Data de Publicação 2021-06-05
Desenvolvedor https://freehdthemes.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://freehdthemes.com/privacy-policy
Idiomas Suportados 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\/*.*"
    ]
}