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 |
公式URL | 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 |
Eメール | [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" ] } ] } |