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…
What is NewTabSpace?
NewTabSpace is a Chrome extension developed by Zoe Webmaster, and its main feature is "Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…".
Extension Screenshots
Download NewTabSpace Extension CRX File
Download NewTabSpace extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | onodcoelplndhaecnneclpbpjpdgclam |
Official URL | https://chrome.google.com/webstore/detail/newtabspace/onodcoelplndhaecnneclpbpjpdgclam |
Description | Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your… |
File Size | 5.47 MB |
Installation Count | 387 |
Current Version | 1.0.4 |
Last Updated | 2021-10-26 |
Publish Date | 2021-09-27 |
Rating | 5.00/5 Total 33 Ratings |
Developer | Zoe Webmaster |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://textuploader.com/t5awa |
Supported Languages | 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:;" } } |