Download Templates

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

Wat is Download Templates?

Download Templates is een Chrome-extensie ontwikkeld door Download Templates, en de belangrijkste functie is "Download Templates app features quick search to find online templates with sponsored web search.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Download Templates

Download Download Templates-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Download Templates Download Templates
ID nmpipaajfcpnpblnfemfacdgpjmccamn
Officiële URL https://chromewebstore.google.com/detail/download-templates/nmpipaajfcpnpblnfemfacdgpjmccamn
Beschrijving Download Templates app features quick search to find online templates with sponsored web search.
Bestandsgrootte 1.44 MB
Aantal Installaties 50,723
Huidige Versie 2.0.7
Laatst Bijgewerkt 2023-01-16
Publicatiedatum 2021-11-09
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Download Templates
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://downloadtemplates.net/privacy.html
Ondersteunde Talen 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'"
    }
}