Download Templates

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

Apa itu Download Templates?

Download Templates adalah ekstensi Chrome yang dikembangkan oleh Download Templates, dan fitur utamanya adalah "Download Templates app features quick search to find online templates with sponsored web search.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Download Templates

Unduh file ekstensi Download Templates dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Download Templates Download Templates
ID nmpipaajfcpnpblnfemfacdgpjmccamn
URL Resmi https://chromewebstore.google.com/detail/download-templates/nmpipaajfcpnpblnfemfacdgpjmccamn
Deskripsi Download Templates app features quick search to find online templates with sponsored web search.
Ukuran File 1.44 MB
Jumlah Instalasi 50,723
Versi Saat Ini 2.0.7
Terakhir Diperbarui 2023-01-16
Tanggal Publikasi 2021-11-09
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Download Templates
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://downloadtemplates.net/privacy.html
Bahasa yang Didukung 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'"
    }
}