Alphagate X
Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.
什麼是Alphagate X?
Alphagate X是由alphagate開發的Chrome擴展程式,該擴展的主要功能是“Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.”。
擴展截圖
下載Alphagate X擴展crx文件
下載Alphagate X擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Alphagate X |
ID | niokainjnclnhaflagpmeobbnklokill |
官方網址 | https://chromewebstore.google.com/detail/alphagate-x/niokainjnclnhaflagpmeobbnklokill |
簡介 | Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality. |
檔案大小 | 170 KB |
安裝次數 | 450 |
目前版本 | 1.4.3 |
更新時間 | 2024-02-14 |
上架時間 | 2024-01-30 |
評分 | 5.00/5 共 3 次評分 |
開發者 | alphagate |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://alphagate.io |
說明頁面URL | https://docs.alphagate.io |
支援的語言 | 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" ] } ] } |