Alphagate X
Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.
Alphagate X là gì?
Alphagate X là một tiện ích mở rộng Chrome được phát triển bởi alphagate, và tính năng chính của nó là "Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Alphagate X
Tải xuống các tệp mở rộng Alphagate X dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Alphagate X |
ID | niokainjnclnhaflagpmeobbnklokill |
URL Chính Thức | https://chromewebstore.google.com/detail/alphagate-x/niokainjnclnhaflagpmeobbnklokill |
Mô tả | Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality. |
Kích Thước Tệp | 170 KB |
Số Lần Cài Đặt | 450 |
Phiên Bản Hiện Tại | 1.4.3 |
Cập Nhật Lần Cuối | 2024-02-14 |
Ngày Phát Hành | 2024-01-30 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | alphagate |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://alphagate.io |
URL Trang Trợ Giúp | https://docs.alphagate.io |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |