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.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл 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 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"
}