Subtitles Free Download

The largest multi-language movie subtitles on the web.

Что такое Subtitles Free Download?

Subtitles Free Download - это расширение Chrome, разработанное zuzuychik, и его основная функция - "The largest multi-language movie subtitles on the web.".

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

screenshot

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

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

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

                        Free subtitles in all languages. Large database of subtitles for movies, TV series and anime. Search any subtitles easy and fast!                    

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

Название Subtitles Free Download Subtitles Free Download
ID kcbhofifjdmhmamkocejeekajnkjcifp
Официальный URL https://chrome.google.com/webstore/detail/subtitles-free-download/kcbhofifjdmhmamkocejeekajnkjcifp
Описание The largest multi-language movie subtitles on the web.
Размер файла 99.66 KB
Количество установок 124
Текущая Версия 1.0
Последнее Обновление 2021-05-22
Дата публикации 2021-05-22
Рейтинг 1.00/5 Всего 1 оценок
Разработчик zuzuychik
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "1.png"
        },
        "default_popup": "extension.html",
        "default_title": "The largest multi-language movie subtitles on the web."
    },
    "icons": {
        "128": "1.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "description": "The largest multi-language movie subtitles on the web.",
    "manifest_version": 2,
    "name": "Subtitles Free Download",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}