Alphagate X
Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.
Cos'è Alphagate X?
Alphagate X è un'estensione di Chrome sviluppata da alphagate, e la sua funzione principale è "Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Alphagate X
Scarica i file di estensione Alphagate X in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Alphagate X |
ID | niokainjnclnhaflagpmeobbnklokill |
URL Ufficiale | https://chromewebstore.google.com/detail/alphagate-x/niokainjnclnhaflagpmeobbnklokill |
Descrizione | Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality. |
Dimensione del File | 170 KB |
Conteggio Installazioni | 450 |
Versione Corrente | 1.4.3 |
Ultimo Aggiornamento | 2024-02-14 |
Data di Pubblicazione | 2024-01-30 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | alphagate |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://alphagate.io |
URL della Pagina di Aiuto | https://docs.alphagate.io |
Lingue Supportate | 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" ] } ] } |