Sarvis-SumUp for X

A powerful browser extension designed specifically for processing and leveraging information on Twitter.

Cos'è Sarvis-SumUp for X?

Sarvis-SumUp for X è un'estensione di Chrome sviluppata da SarvisTeam, e la sua funzione principale è "A powerful browser extension designed specifically for processing and leveraging information on Twitter.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sarvis-SumUp for X

Scarica i file di estensione Sarvis-SumUp for X in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 注册的钱包功能。                    

Informazioni di Base sull'Estensione

Nome Sarvis-SumUp for X Sarvis-SumUp for X
ID fgflndiedodffhcdiopjphegdlofpgoc
URL Ufficiale https://chromewebstore.google.com/detail/sarvis-sumup-for-x/fgflndiedodffhcdiopjphegdlofpgoc
Descrizione A powerful browser extension designed specifically for processing and leveraging information on Twitter.
Dimensione del File 12.61 MB
Conteggio Installazioni 1,362
Versione Corrente 3.2.4
Ultimo Aggiornamento 2024-02-02
Data di Pubblicazione 2022-08-13
Valutazione 4.30/5 Totale 197 Valutazioni
Sviluppatore SarvisTeam
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/AiSarvis
URL della Pagina di Aiuto https://twitter.com/AiSarvis
URL della Pagina della Politica sulla Privacy https://twittersuitcase.com/policy
Lingue Supportate 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"
}