Slayer - AI to Write Better

Slayer - AI to Write Better

Что такое Slayer - AI to Write Better?

Slayer - AI to Write Better - это расширение Chrome, разработанное https://slayerai.com, и его основная функция - "Slayer - AI to Write Better".

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

screenshot

Скачать файл CRX расширения Slayer - AI to Write Better

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

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

                        Score and re-write your text with Slayer                    

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

Название Slayer - AI to Write Better Slayer - AI to Write Better
ID kndeecegcamljjkeffclknbppjljmkjj
Официальный URL https://chromewebstore.google.com/detail/slayer-ai-to-write-better/kndeecegcamljjkeffclknbppjljmkjj
Описание Slayer - AI to Write Better
Размер файла 661 KB
Количество установок 14
Текущая Версия 1.0.12
Последнее Обновление 2022-04-10
Дата публикации 2022-02-27
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://slayerai.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://slayerai.com
URL страницы помощи https://slayerai.com/contact
URL страницы политики конфиденциальности https://www.slayerai.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slayer - AI to Write Better",
    "description": "Slayer - AI to Write Better",
    "version": "1.0.12",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Slayer - AI to Write Better"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "font\/Product-Sans\/*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}