Alphagate X
Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.
Hvad er Alphagate X?
Alphagate X er en Chrome-udvidelse udviklet af alphagate, og dens hovedfunktion er "Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.".
Udvidelsesskærmbilleder
Download Alphagate X-udvidelses-CRX-fil
Download Alphagate X-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Alphagate X |
ID | niokainjnclnhaflagpmeobbnklokill |
Officiel URL | https://chromewebstore.google.com/detail/alphagate-x/niokainjnclnhaflagpmeobbnklokill |
Beskrivelse | Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality. |
Filstørrelse | 170 KB |
Antal Installationer | 450 |
Nuværende Version | 1.4.3 |
Senest Opdateret | 2024-02-14 |
Udgivelsesdato | 2024-01-30 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | alphagate |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://alphagate.io |
Hjælpeside-URL | https://docs.alphagate.io |
Understøttede Sprog | 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" ] } ] } |