View Templates

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

什麼是View Templates?

View Templates是由View Templates開發的Chrome擴展程式,該擴展的主要功能是“Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change…”。

擴展截圖

screenshot

下載View Templates擴展crx文件

下載View Templates擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 View Templates View Templates
ID dpnleidgnnnggopdgmgpjocdnefhpoll
官方網址 https://chromewebstore.google.com/detail/view-templates/dpnleidgnnnggopdgmgpjocdnefhpoll
簡介 Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change…
檔案大小 419 KB
安裝次數 32,372
目前版本 1.0.0.3
更新時間 2023-11-29
上架時間 2023-09-12
開發者 View Templates
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://viewtemplates.com/app/privacy.html
支援的語言 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:;"
    }
}