Alphagate X

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

什么是Alphagate X?

Alphagate X是由alphagate开发的Chrome扩展程序,该扩展的主要功能是“Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Alphagate X扩展crx文件

下载Alphagate X扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Alphagate X Alphagate X
ID niokainjnclnhaflagpmeobbnklokill
官方URL https://chromewebstore.google.com/detail/alphagate-x/niokainjnclnhaflagpmeobbnklokill
简介 Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.
文件大小 170 KB
安装次数 450
当前版本 1.4.3
更新时间 2024-02-14
上架时间 2024-01-30
评分 5.00/5 共3次评分
开发者 alphagate
电子邮箱 [email protected]
付费类型 free
扩展官网 https://alphagate.io
帮助页面URL https://docs.alphagate.io
支持的语言 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"
            ]
        }
    ]
}