Better New Tab Pro

Better new tab improves the quality of your new tab with amazing wallpapers & videos

Better New Tab Pro là gì?

Better New Tab Pro là một tiện ích mở rộng Chrome được phát triển bởi MrProductivity, và tính năng chính của nó là "Better new tab improves the quality of your new tab with amazing wallpapers & videos".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better New Tab Pro

Tải xuống các tệp mở rộng Better New Tab Pro 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

                        Better new tab pro improves the quality of your new tab by adding wallpapers and video wallpapers

You can select many normal wallpapers (static pictures) or video animated wallpapers that plays automatically on your new tab page.
If you want more videos or images, please let us know and we will add more! Suggestions are welcome!

You can contact us @ [email protected]                    

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

Tên Better New Tab Pro Better New Tab Pro
ID nojnjadiacnfbmeaedaloeilohcjmfdg
URL Chính Thức https://chrome.google.com/webstore/detail/better-new-tab-pro/nojnjadiacnfbmeaedaloeilohcjmfdg
Mô tả Better new tab improves the quality of your new tab with amazing wallpapers & videos
Kích Thước Tệp 17.23 MB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-06-17
Ngày Phát Hành 2020-06-17
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển MrProductivity
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "MrProductivity",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "pages\/app.html"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "permissions": [
        "tabs",
        "topSites",
        "storage"
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}