NewTabSpace

Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…

Apa itu NewTabSpace?

NewTabSpace adalah ekstensi Chrome yang dikembangkan oleh Zoe Webmaster, dan fitur utamanya adalah "Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi NewTabSpace

Unduh file ekstensi NewTabSpace 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

                        Bored of usual tabs? Now you can replace them with great images of space!

Enjoy cosmic experience and gaze the stars right in your browser.                    

Informasi Dasar Ekstensi

Nama NewTabSpace NewTabSpace
ID onodcoelplndhaecnneclpbpjpdgclam
URL Resmi https://chrome.google.com/webstore/detail/newtabspace/onodcoelplndhaecnneclpbpjpdgclam
Deskripsi Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…
Ukuran File 5.47 MB
Jumlah Instalasi 387
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2021-10-26
Tanggal Publikasi 2021-09-27
Penilaian 5.00/5 Total 33 Penilaian
Pengembang Zoe Webmaster
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://textuploader.com/t5awa
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NewTabSpace",
    "version": "1.0.4",
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/myextension.online\/*",
        "*:\/\/*.myextension.online\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-eval' data: blob: filesystem:;"
    }
}