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…

Cos'è NewTabSpace?

NewTabSpace è un'estensione di Chrome sviluppata da Zoe Webmaster, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NewTabSpace

Scarica i file di estensione NewTabSpace in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NewTabSpace NewTabSpace
ID onodcoelplndhaecnneclpbpjpdgclam
URL Ufficiale https://chrome.google.com/webstore/detail/newtabspace/onodcoelplndhaecnneclpbpjpdgclam
Descrizione Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…
Dimensione del File 5.47 MB
Conteggio Installazioni 387
Versione Corrente 1.0.4
Ultimo Aggiornamento 2021-10-26
Data di Pubblicazione 2021-09-27
Valutazione 5.00/5 Totale 33 Valutazioni
Sviluppatore Zoe Webmaster
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://textuploader.com/t5awa
Lingue Supportate 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:;"
    }
}