Spotely

Spotely

Что такое Spotely?

Spotely - это расширение Chrome, разработанное fastexit ventures, и его основная функция - "Spotely".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This Chrome extension helps user to create engaging social media posts based on the video. If the user wants to share the video in social media, he uses Spotely extension and Spotely provides three engaging posts for Twitter, Facebook and Linkedin based on the video script                    

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

Название Spotely Spotely
ID kpienifpjfjjapgpcnjijhkgcjhdagep
Официальный URL https://chromewebstore.google.com/detail/spotely/kpienifpjfjjapgpcnjijhkgcjhdagep
Описание Spotely
Размер файла 2.46 MB
Количество установок 93
Текущая Версия 1.68
Последнее Обновление 2024-01-25
Дата публикации 2023-11-14
Рейтинг 5.00/5 Всего 6 оценок
Разработчик fastexit ventures
Электронная почта [email protected]
Тип оплаты in_app
URL страницы политики конфиденциальности https://fastexit.ventures/spotely/terms
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spotely",
    "version": "1.68",
    "description": "Spotely",
    "host_permissions": [
        "*:\/\/api-dev.fastexit.ventures\/"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "48": "assets\/images\/icon48.png"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/spotely2.png",
            "48": "assets\/images\/spotely2.png",
            "128": "assets\/images\/spotely2.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js",
                "assets\/js\/options.js"
            ]
        }
    ]
}