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…
Wat is NewTabSpace?
NewTabSpace is een Chrome-extensie ontwikkeld door Zoe Webmaster, en de belangrijkste functie 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…".
Extensie Screenshots
Download het CRX-bestand van de extensie NewTabSpace
Download NewTabSpace-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | onodcoelplndhaecnneclpbpjpdgclam |
Officiële URL | https://chrome.google.com/webstore/detail/newtabspace/onodcoelplndhaecnneclpbpjpdgclam |
Beschrijving | Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your… |
Bestandsgrootte | 5.47 MB |
Aantal Installaties | 387 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2021-10-26 |
Publicatiedatum | 2021-09-27 |
Beoordeling | 5.00/5 Totaal 33 Beoordelingen |
Ontwikkelaar | Zoe Webmaster |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://textuploader.com/t5awa |
Ondersteunde Talen | 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:;" } } |