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…

Vad är NewTabSpace?

NewTabSpace är en Chrome-tillägg utvecklad av Zoe Webmaster, och dess huvudfunktion är "Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner NewTabSpace-förlängningens CRX-fil

Ladda ner NewTabSpace-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn NewTabSpace NewTabSpace
ID onodcoelplndhaecnneclpbpjpdgclam
Officiell webbadress https://chrome.google.com/webstore/detail/newtabspace/onodcoelplndhaecnneclpbpjpdgclam
Beskrivning Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…
Filstorlek 5.47 MB
Antal Installationer 387
Aktuell Version 1.0.4
Senast Uppdaterad 2021-10-26
Publiceringsdatum 2021-09-27
Betyg 5.00/5 Totalt 33 Betyg
Utvecklare Zoe Webmaster
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://textuploader.com/t5awa
Stödda Språk 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:;"
    }
}