Alphagate X
Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.
Vad är Alphagate X?
Alphagate X är en Chrome-tillägg utvecklad av alphagate, och dess huvudfunktion är "Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.".
Tilläggsskärmbilder
Ladda ner Alphagate X-förlängningens CRX-fil
Ladda ner Alphagate X-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Alphagate X |
ID | niokainjnclnhaflagpmeobbnklokill |
Officiell webbadress | https://chromewebstore.google.com/detail/alphagate-x/niokainjnclnhaflagpmeobbnklokill |
Beskrivning | Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality. |
Filstorlek | 170 KB |
Antal Installationer | 450 |
Aktuell Version | 1.4.3 |
Senast Uppdaterad | 2024-02-14 |
Publiceringsdatum | 2024-01-30 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | alphagate |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://alphagate.io |
Hjälpsida URL | https://docs.alphagate.io |
Stödda Språk | 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" ] } ] } |