Sarvis-SumUp for X
A powerful browser extension designed specifically for processing and leveraging information on Twitter.
Co je Sarvis-SumUp for X?
Sarvis-SumUp for X je rozšíření Chrome vyvinuté SarvisTeam, a jeho hlavní funkcí je „A powerful browser extension designed specifically for processing and leveraging information on Twitter.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sarvis-SumUp for X
Stáhněte si soubory rozšíření Sarvis-SumUp for X ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 注册的钱包功能。
Základní Informace o Rozšíření
Název | Sarvis-SumUp for X |
ID | fgflndiedodffhcdiopjphegdlofpgoc |
Oficiální URL | https://chromewebstore.google.com/detail/sarvis-sumup-for-x/fgflndiedodffhcdiopjphegdlofpgoc |
Popis | A powerful browser extension designed specifically for processing and leveraging information on Twitter. |
Velikost souboru | 12.61 MB |
Počet instalací | 1,362 |
Aktuální Verze | 3.2.4 |
Poslední Aktualizace | 2024-02-02 |
Datum Vydání | 2022-08-13 |
Hodnocení | 4.30/5 Celkem 197 Hodnocení |
Vývojář | SarvisTeam |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://twitter.com/AiSarvis |
URL Stránky Nápovědy | https://twitter.com/AiSarvis |
URL Stránky Zásad Ochrany Soukromí | https://twittersuitcase.com/policy |
Podporované Jazyky | 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" } |