Alphagate X
Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.
What is Alphagate X?
Alphagate X is a Chrome extension developed by alphagate, and its main feature is "Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.".
Extension Screenshots
Download Alphagate X Extension CRX File
Download Alphagate X extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | niokainjnclnhaflagpmeobbnklokill |
| Official URL | https://chromewebstore.google.com/detail/alphagate-x/niokainjnclnhaflagpmeobbnklokill |
| Description | Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality. |
| File Size | 170 KB |
| Installation Count | 450 |
| Current Version | 1.4.3 |
| Last Updated | 2024-02-14 |
| Publish Date | 2024-01-30 |
| Rating | 5.00/5 Total 3 Ratings |
| Developer | alphagate |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://alphagate.io |
| Help Page URL | https://docs.alphagate.io |
| Supported Languages | 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"
]
}
]
} | |