Download Templates

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

Was ist Download Templates?

Download Templates ist eine Chrome-Erweiterung, die von Download Templates entwickelt wurde, und ihr Hauptmerkmal ist "Download Templates app features quick search to find online templates with sponsored web search.".

Erweiterungsscreenshots

screenshot

Download Templates-Erweiterungs-CRX-Datei herunterladen

Laden Sie Download Templates-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Download Templates Download Templates
ID nmpipaajfcpnpblnfemfacdgpjmccamn
Offizielle URL https://chromewebstore.google.com/detail/download-templates/nmpipaajfcpnpblnfemfacdgpjmccamn
Beschreibung Download Templates app features quick search to find online templates with sponsored web search.
Dateigröße 1.44 MB
Installationsanzahl 50,723
Aktuelle Version 2.0.7
Letztes Update 2023-01-16
Veröffentlichungsdatum 2021-11-09
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Download Templates
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://downloadtemplates.net/privacy.html
Unterstützte Sprachen 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'"
    }
}