Alphagate X
Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.
Wat is Alphagate X?
Alphagate X is een Chrome-extensie ontwikkeld door alphagate, en de belangrijkste functie is "Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.".
Extensie Screenshots
Download het CRX-bestand van de extensie Alphagate X
Download Alphagate X-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | niokainjnclnhaflagpmeobbnklokill |
| Officiële URL | https://chromewebstore.google.com/detail/alphagate-x/niokainjnclnhaflagpmeobbnklokill |
| Beschrijving | Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality. |
| Bestandsgrootte | 170 KB |
| Aantal Installaties | 450 |
| Huidige Versie | 1.4.3 |
| Laatst Bijgewerkt | 2024-02-14 |
| Publicatiedatum | 2024-01-30 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | alphagate |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://alphagate.io |
| Help Pagina-URL | https://docs.alphagate.io |
| Ondersteunde Talen | 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"
]
}
]
} | |