Sarvis-SumUp for X
A powerful browser extension designed specifically for processing and leveraging information on Twitter.
Sarvis-SumUp for Xคืออะไร?
Sarvis-SumUp for X เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SarvisTeam และคุณลักษณะหลักของมันคือ "A powerful browser extension designed specifically for processing and leveraging information on Twitter."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sarvis-SumUp for X
ดาวน์โหลดไฟล์ส่วนขยาย Sarvis-SumUp for X ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 注册的钱包功能。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sarvis-SumUp for X |
ID | fgflndiedodffhcdiopjphegdlofpgoc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sarvis-sumup-for-x/fgflndiedodffhcdiopjphegdlofpgoc |
คำอธิบาย | A powerful browser extension designed specifically for processing and leveraging information on Twitter. |
ขนาดไฟล์ | 12.61 MB |
จำนวนการติดตั้ง | 1,362 |
เวอร์ชันปัจจุบัน | 3.2.4 |
อัปเดตครั้งล่าสุด | 2024-02-02 |
วันที่เผยแพร่ | 2022-08-13 |
คะแนน | 4.30/5 รวมทั้งหมด 197 คะแนน |
ผู้พัฒนา | SarvisTeam |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://twitter.com/AiSarvis |
URL หน้าช่วยเหลือ | https://twitter.com/AiSarvis |
URL หน้านโยบายความเป็นส่วนตัว | https://twittersuitcase.com/policy |
ภาษาที่รองรับ | 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" } |