Download Templates

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

Cos'è Download Templates?

Download Templates è un'estensione di Chrome sviluppata da Download Templates, e la sua funzione principale è "Download Templates app features quick search to find online templates with sponsored web search.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Download Templates

Scarica i file di estensione Download Templates in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Download Templates Download Templates
ID nmpipaajfcpnpblnfemfacdgpjmccamn
URL Ufficiale https://chromewebstore.google.com/detail/download-templates/nmpipaajfcpnpblnfemfacdgpjmccamn
Descrizione Download Templates app features quick search to find online templates with sponsored web search.
Dimensione del File 1.44 MB
Conteggio Installazioni 50,723
Versione Corrente 2.0.7
Ultimo Aggiornamento 2023-01-16
Data di Pubblicazione 2021-11-09
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Download Templates
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://downloadtemplates.net/privacy.html
Lingue Supportate 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'"
    }
}