Alphagate X
Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality.
Alphagate X क्या है?
Alphagate X alphagate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alphagate integrated with X, enhancing the overall user experience with advanced features and superior functionality."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Alphagate X एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } ] } |