View Templates

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

View Templates là gì?

View Templates là một tiện ích mở rộng Chrome được phát triển bởi View Templates, và tính năng chính của nó là "Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng View Templates

Tải xuống các tệp mở rộng View Templates dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên View Templates View Templates
ID dpnleidgnnnggopdgmgpjocdnefhpoll
URL Chính Thức https://chromewebstore.google.com/detail/view-templates/dpnleidgnnnggopdgmgpjocdnefhpoll
Mô tả Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change…
Kích Thước Tệp 419 KB
Số Lần Cài Đặt 32,372
Phiên Bản Hiện Tại 1.0.0.3
Cập Nhật Lần Cuối 2023-11-29
Ngày Phát Hành 2023-09-12
Nhà Phát Triển View Templates
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://viewtemplates.com/app/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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:;"
    }
}