X2Image

Convert your tweets to stylish images

Что такое X2Image?

X2Image - это расширение Chrome, разработанное https://x2image.app, и его основная функция - "Convert your tweets to stylish images".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения X2Image

Скачайте файлы расширений X2Image в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Content creation tool for X users. Take stylish tweet screenshots. Add your branding. Share on LinkedIn, Instagram, Pinterest, and more.                    

Основная информация о расширении

Название X2Image X2Image
ID oeagafnbbddniopccnkgpojniljnpmmm
Официальный URL https://chromewebstore.google.com/detail/x2image/oeagafnbbddniopccnkgpojniljnpmmm
Описание Convert your tweets to stylish images
Размер файла 44.14 MB
Количество установок 72
Текущая Версия 1.2.5
Последнее Обновление 2023-11-08
Дата публикации 2023-03-10
Рейтинг 4.00/5 Всего 4 оценок
Разработчик https://x2image.app
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://x2image.app
URL страницы политики конфиденциальности https://www.x2image.app/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "X2Image",
    "version": "1.2.5",
    "icons": {
        "16": "assets\/icons\/logoBird16.png",
        "48": "assets\/icons\/logoBird48.png",
        "128": "assets\/icons\/logoBird128.png"
    },
    "description": "Convert your tweets to stylish images",
    "homepage_url": "https:\/\/x2image.app",
    "short_name": "X2image",
    "web_accessible_resources": [
        {
            "resources": [
                "redirect.html",
                "popup.html",
                "plans.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "oauth2": {
        "client_id": "oeagafnbbddniopccnkgpojniljnpmmm",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "author": "mountainlabs",
    "minimum_chrome_version": "88",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/logoBird16.png",
            "48": "assets\/icons\/logoBird48.png",
            "128": "assets\/icons\/logoBird128.png"
        },
        "default_title": "x2image"
    },
    "plans_page": "plans.html",
    "options_ui": {
        "page": "plans.html",
        "open_in_tab": true
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "js\/background.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}