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'"
    }
}