Alphagate X
Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.
Co je Alphagate X?
Alphagate X je rozšíření Chrome vyvinuté alphagate, a jeho hlavní funkcí je „Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Alphagate X
Stáhněte si soubory rozšíření Alphagate X ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | niokainjnclnhaflagpmeobbnklokill |
| Oficiální URL | https://chromewebstore.google.com/detail/alphagate-x/niokainjnclnhaflagpmeobbnklokill |
| Popis | Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality. |
| Velikost souboru | 170 KB |
| Počet instalací | 450 |
| Aktuální Verze | 1.4.3 |
| Poslední Aktualizace | 2024-02-14 |
| Datum Vydání | 2024-01-30 |
| Hodnocení | 5.00/5 Celkem 3 Hodnocení |
| Vývojář | alphagate |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://alphagate.io |
| URL Stránky Nápovědy | https://docs.alphagate.io |
| Podporované Jazyky | 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"
]
}
]
} | |