Download Templates

Download Templates app features quick search to find online templates with sponsored web search.

Что такое Download Templates?

Download Templates - это расширение Chrome, разработанное Download Templates, и его основная функция - "Download Templates app features quick search to find online templates with sponsored web search.".

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

screenshot

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

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

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

                        Download Templates new tab features Online Template Search, Yahoo Web Search, Custom Backgrounds, Weather, Custom Shortcuts, and Date & Time.

The Installation of this extension will configure your New Tab Page to Download Templates. Download Templates extension is all you need to start browsing with quick access to template & web search. Customize your background and brighten your day.

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://downloadtemplates.net/privacy.html
EULA: https://downloadtemplates.net/eula.html

Uninstall Instructions: 
https://downloadtemplates.net/uninstall.html                    

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

Название Download Templates Download Templates
ID nmpipaajfcpnpblnfemfacdgpjmccamn
Официальный URL https://chromewebstore.google.com/detail/download-templates/nmpipaajfcpnpblnfemfacdgpjmccamn
Описание Download Templates app features quick search to find online templates with sponsored web search.
Размер файла 1.44 MB
Количество установок 50,723
Текущая Версия 2.0.7
Последнее Обновление 2023-01-16
Дата публикации 2021-11-09
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Download Templates
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://downloadtemplates.net/privacy.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.7",
    "manifest_version": 3,
    "short_name": "Download Templates",
    "description": "Download Templates app features quick search to find online templates with sponsored web search.",
    "name": "Download Templates",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}