Space Backgrounds
Awesome space backgrounds.
什么是Space Backgrounds?
Space Backgrounds是由monarchdigitalio开发的Chrome扩展程序,该扩展的主要功能是“Awesome space backgrounds.”。
扩展截图
下载Space Backgrounds扩展crx文件
下载Space Backgrounds扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Experience the most amazing space backgrounds. This extension allows you to choose from several different space background images and set one as your default. Bing will be the default search engine on your New Tab page. This extension only requires New Tab override permissions. By clicking "Add to chrome", I accept and agree to installing the Space Backgrounds extension and setting Chrome™ New Tab to that provided by the service and the Privacy (http://monarchdigital.io/privacy) and Terms of Use (http://monarchdigital.io/terms). This extension provides user with a Custom Web Search on your New Tab. Some of the web search services provided herein are provided by https://find.search-armor.com/ Search and powered by find.search-armor.com search partners. For information on the web search services data collection, please visit http://info.search-armor.com, and the search provider's privacy policy, as applicable
扩展基本信息
名称 | Space Backgrounds |
ID | dpcajkcfllofgpdhkdgekcoemhfglbdj |
官方URL | https://chrome.google.com/webstore/detail/space-backgrounds/dpcajkcfllofgpdhkdgekcoemhfglbdj |
简介 | Awesome space backgrounds. |
文件大小 | 6.04 MB |
安装次数 | 61,208 |
当前版本 | 3.3 |
更新时间 | 2023-02-23 |
上架时间 | 2020-02-26 |
评分 | 5.00/5 共1次评分 |
开发者 | monarchdigitalio |
电子邮箱 | [email protected] |
隐私政策页面URL | http://monarchdigital.io/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Space Backgrounds", "description": "Awesome space backgrounds.", "version": "3.3", "browser_action": [], "permissions": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |