View Templates

Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change…

Co to jest View Templates?

View Templates to rozszerzenie Chrome opracowane przez View Templates, a jego główną funkcją jest „Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia View Templates

Pobierz pliki rozszerzeń View Templates w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search.

View Templates will Change Your New Tab Page with Yahoo Web Search & Weekly Updated Templates.


You can view our privacy policy here: https://viewtemplates.com/app/privacy.html                    

Podstawowe informacje o rozszerzeniu

Nazwa View Templates View Templates
ID dpnleidgnnnggopdgmgpjocdnefhpoll
Oficjalny URL https://chromewebstore.google.com/detail/view-templates/dpnleidgnnnggopdgmgpjocdnefhpoll
Opis Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change…
Rozmiar pliku 419 KB
Liczba instalacji 32,372
Aktualna Wersja 1.0.0.3
Ostatnia Aktualizacja 2023-11-29
Data Publikacji 2023-09-12
Deweloper View Templates
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://viewtemplates.com/app/privacy.html
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.3",
    "manifest_version": 3,
    "short_name": "View Templates",
    "name": "View Templates",
    "background": {
        "service_worker": "install_service.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.viewtemplates.com\/*"
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'unsafe-inline' https:\/\/viewtemplates.com; media-src https:\/\/templates.viewtemplates.com https:\/\/viewtemplates.com; connect-src 'self' https:\/\/www.googleadservices.com https:\/\/viewtemplates.com https:\/\/templates.viewtemplates.com; script-src 'self'; object-src 'self'; img-src 'self' https:\/\/viewtemplates.com * data:;"
    }
}