Alphagate X
Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.
Qu'est-ce que Alphagate X ?
Alphagate X est une extension Chrome développée par alphagate, et sa fonction principale est "Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alphagate X
Téléchargez les fichiers d'extension Alphagate X au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Alphagate X |
ID | niokainjnclnhaflagpmeobbnklokill |
URL Officiel | https://chromewebstore.google.com/detail/alphagate-x/niokainjnclnhaflagpmeobbnklokill |
Description | Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality. |
Taille du Fichier | 170 KB |
Nombre d'Installations | 450 |
Version Actuelle | 1.4.3 |
Dernière Mise à Jour | 2024-02-14 |
Date de Publication | 2024-01-30 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | alphagate |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://alphagate.io |
URL de la Page d'Aide | https://docs.alphagate.io |
Langues Prises en Charge | 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" ] } ] } |