Alphagate X

Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.

O que é Alphagate X?

Alphagate X é uma extensão do Chrome desenvolvida por alphagate, e sua principal característica é "Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Alphagate X

Baixe arquivos de extensão Alphagate X 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 tools helps X users have integrated Alphagate on their surfing experience. It displays Alphagate data such as account history, followers/followings and social links to assist users by providing safety and insights.                    

Informações Básicas da Extensão

Nome Alphagate X Alphagate X
ID niokainjnclnhaflagpmeobbnklokill
URL Oficial https://chromewebstore.google.com/detail/alphagate-x/niokainjnclnhaflagpmeobbnklokill
Descrição Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.
Tamanho do Arquivo 170 KB
Contagem de Instalações 450
Versão Atual 1.4.3
Última Atualização 2024-02-14
Data de Publicação 2024-01-30
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor alphagate
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://alphagate.io
URL da Página de Ajuda https://docs.alphagate.io
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Alphagate X",
    "description": "Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.",
    "version": "1.4.3",
    "action": {
        "default_popup": "popup.html",
        "default_title": "AlphagateX",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "host_permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/x.com\/*",
        "*:\/\/*.alphagate.io\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "js": [
                "util.js",
                "extra.js",
                "modals_0.js",
                "contentScript.js"
            ],
            "run_at": "document_end",
            "css": [
                "contentScript.css"
            ]
        }
    ]
}