Better New Tab Pro

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

什麼是Better New Tab Pro?

Better New Tab Pro是由MrProductivity開發的Chrome擴展程式,該擴展的主要功能是“Better new tab improves the quality of your new tab with amazing wallpapers & videos”。

擴展截圖

screenshot
screenshot
screenshot

下載Better New Tab Pro擴展crx文件

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

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Better New Tab Pro Better New Tab Pro
ID nojnjadiacnfbmeaedaloeilohcjmfdg
官方網址 https://chrome.google.com/webstore/detail/better-new-tab-pro/nojnjadiacnfbmeaedaloeilohcjmfdg
簡介 Better new tab improves the quality of your new tab with amazing wallpapers & videos
檔案大小 17.23 MB
安裝次數 54
目前版本 1.0.1
更新時間 2020-06-17
上架時間 2020-06-17
評分 3.00/5 共 1 次評分
開發者 MrProductivity
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}