Better New Tab Pro

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

Apa itu Better New Tab Pro?

Better New Tab Pro adalah ekstensi Chrome yang dikembangkan oleh MrProductivity, dan fitur utamanya adalah "Better new tab improves the quality of your new tab with amazing wallpapers & videos".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Better New Tab Pro

Unduh file ekstensi Better New Tab Pro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Better New Tab Pro Better New Tab Pro
ID nojnjadiacnfbmeaedaloeilohcjmfdg
URL Resmi https://chrome.google.com/webstore/detail/better-new-tab-pro/nojnjadiacnfbmeaedaloeilohcjmfdg
Deskripsi Better new tab improves the quality of your new tab with amazing wallpapers & videos
Ukuran File 17.23 MB
Jumlah Instalasi 54
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-06-17
Tanggal Publikasi 2020-06-17
Penilaian 3.00/5 Total 1 Penilaian
Pengembang MrProductivity
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}