Sarvis-SumUp for X
A powerful browser extension designed specifically for processing and leveraging information on Twitter.
What is Sarvis-SumUp for X?
Sarvis-SumUp for X is a Chrome extension developed by SarvisTeam, and its main feature is "A powerful browser extension designed specifically for processing and leveraging information on Twitter.".
Extension Screenshots
Download Sarvis-SumUp for X Extension CRX File
Download Sarvis-SumUp for X extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
a powerful browser extension designed specifically for processing and leveraging information on Twitter. It provides a range of basic and advanced features that help users efficiently manage, filter, read, and extract information from Twitter. Supports Web3 wallet verification, Twitter login on the website, and wallet features from website enrolled for twitter. 一款功能强大的浏览器扩展,专为处理和利用 Twitter 上的信息而设计。它提供了一系列基本和高级功能,帮助用户高效地管理、过滤、阅读和提取 Twitter 中的信息。 同时支持验证Web3 钱包,在网站上使用推特登录,以及从网站上为 Twitter 注册的钱包功能。
Extension Basic Information
Name | Sarvis-SumUp for X |
ID | fgflndiedodffhcdiopjphegdlofpgoc |
Official URL | https://chromewebstore.google.com/detail/sarvis-sumup-for-x/fgflndiedodffhcdiopjphegdlofpgoc |
Description | A powerful browser extension designed specifically for processing and leveraging information on Twitter. |
File Size | 12.61 MB |
Installation Count | 1,362 |
Current Version | 3.2.4 |
Last Updated | 2024-02-02 |
Publish Date | 2022-08-13 |
Rating | 4.30/5 Total 197 Ratings |
Developer | SarvisTeam |
[email protected] | |
Payment Type | free |
Extension Website | https://twitter.com/AiSarvis |
Help Page URL | https://twitter.com/AiSarvis |
Privacy Policy Page URL | https://twittersuitcase.com/policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sarvis-SumUp for X", "description": "A powerful browser extension designed specifically for processing and leveraging information on Twitter.", "manifest_version": 3, "version": "3.2.4", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "background" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "icons\/128.png", "default_title": "Sarvis-SumUp for X", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/mobile.twitter.com\/*", "*:\/\/sumup.cloud\/*", "*:\/\/sarvis.ai\/*" ], "js": [ "js\/contentScripts.js" ], "css": [ "css\/contentScripts.css" ], "run_at": "document_end" } ], "minimum_chrome_version": "88" } |