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…
Co to jest NewTabSpace?
NewTabSpace to rozszerzenie Chrome opracowane przez Zoe Webmaster, a jego główną funkcją jest „Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NewTabSpace
Pobierz pliki rozszerzeń NewTabSpace w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | onodcoelplndhaecnneclpbpjpdgclam |
Oficjalny URL | https://chrome.google.com/webstore/detail/newtabspace/onodcoelplndhaecnneclpbpjpdgclam |
Opis | Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your… |
Rozmiar pliku | 5.47 MB |
Liczba instalacji | 387 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2021-10-26 |
Data Publikacji | 2021-09-27 |
Ocena | 5.00/5 Łącznie 33 Oceny |
Deweloper | Zoe Webmaster |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://textuploader.com/t5awa |
Obsługiwane Języki | 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:;" } } |