Alphagate X

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

¿Qué es Alphagate X?

Alphagate X es una extensión de Chrome desarrollada por alphagate, y su función principal es "Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Alphagate X

Descarga archivos de extensión Alphagate X en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Alphagate X Alphagate X
ID niokainjnclnhaflagpmeobbnklokill
URL Oficial https://chromewebstore.google.com/detail/alphagate-x/niokainjnclnhaflagpmeobbnklokill
Descripción Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.
Tamaño del Archivo 170 KB
Cantidad de Instalaciones 450
Versión Actual 1.4.3
Última Actualización 2024-02-14
Fecha de Publicación 2024-01-30
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador alphagate
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://alphagate.io
URL de la Página de Ayuda https://docs.alphagate.io
Idiomas Soportados 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"
            ]
        }
    ]
}