Alphagate X

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

Co to jest Alphagate X?

Alphagate X to rozszerzenie Chrome opracowane przez alphagate, a jego główną funkcją jest „Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Alphagate X

Pobierz pliki rozszerzeń Alphagate X w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Alphagate X Alphagate X
ID niokainjnclnhaflagpmeobbnklokill
Oficjalny URL https://chromewebstore.google.com/detail/alphagate-x/niokainjnclnhaflagpmeobbnklokill
Opis Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.
Rozmiar pliku 170 KB
Liczba instalacji 450
Aktualna Wersja 1.4.3
Ostatnia Aktualizacja 2024-02-14
Data Publikacji 2024-01-30
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper alphagate
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://alphagate.io
Adres URL Strony Pomocy https://docs.alphagate.io
Obsługiwane Języki 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"
            ]
        }
    ]
}