Slayer - AI to Write Better

Slayer - AI to Write Better

Co to jest Slayer - AI to Write Better?

Slayer - AI to Write Better to rozszerzenie Chrome opracowane przez https://slayerai.com, a jego główną funkcją jest „Slayer - AI to Write Better”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Slayer - AI to Write Better

Pobierz pliki rozszerzeń Slayer - AI to Write Better w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Score and re-write your text with Slayer                    

Podstawowe informacje o rozszerzeniu

Nazwa Slayer - AI to Write Better Slayer - AI to Write Better
ID kndeecegcamljjkeffclknbppjljmkjj
Oficjalny URL https://chromewebstore.google.com/detail/slayer-ai-to-write-better/kndeecegcamljjkeffclknbppjljmkjj
Opis Slayer - AI to Write Better
Rozmiar pliku 661 KB
Liczba instalacji 14
Aktualna Wersja 1.0.12
Ostatnia Aktualizacja 2022-04-10
Data Publikacji 2022-02-27
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://slayerai.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://slayerai.com
Adres URL Strony Pomocy https://slayerai.com/contact
Adres URL Strony Polityki Prywatności https://www.slayerai.com/privacy-policy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}