start.xyz - Video Backgrounds
Get beautiful video (and image) backgrounds on your New Page Tab.
什么是start.xyz - Video Backgrounds?
start.xyz - Video Backgrounds是由https://start.xyz开发的Chrome扩展程序,该扩展的主要功能是“Get beautiful video (and image) backgrounds on your New Page Tab.”。
扩展截图
下载start.xyz - Video Backgrounds扩展crx文件
下载start.xyz - Video Backgrounds扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
StartXYZ enhancements for web browsers By installing the "StartXYZ" custom search engine extension you can easily access our search field from every new tab page you open. The StartXYZ extension changes your Chrome Default Search Engine and your New Tab URL to start.xyz. The New Tab Page offers you free HD video backgrounds based on your chosen interests / categories. Required permissions for this extension are: 'search_provider' - This permission is needed to change your Default Search Engine. All searches will be redirected to start.xyz. 'json' - This permission is needed to check if you are already using our extension. If so, we do not offer it to you again. Uninstallation: To uninstall this extension, simply remove it from Chrome within your Extension Settings. Our Privacy Policy: https://start.xyz/privacy-policy Our Terms of Use: https://start.xyz/terms-and-conditions Support: https://start.xyz/support You can contact us any time via email: [email protected] or simply fill out our contact form: https://start.xyz/support
扩展基本信息
名称 | start.xyz - Video Backgrounds |
ID | oodpgglcmckddcmghkdfdfoepibmgigp |
官方URL | https://chromewebstore.google.com/detail/startxyz-video-background/oodpgglcmckddcmghkdfdfoepibmgigp |
简介 | Get beautiful video (and image) backgrounds on your New Page Tab. |
文件大小 | 7.56 KB |
安装次数 | 783 |
当前版本 | 1.2 |
更新时间 | 2022-07-23 |
上架时间 | 2021-04-20 |
开发者 | https://start.xyz |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://start.xyz |
帮助页面URL | https://start.xyz/support |
隐私政策页面URL | https://start.xyz/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "start.xyz - Video Backgrounds", "description": "Get beautiful video (and image) backgrounds on your New Page Tab.", "version": "1.2", "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": [], "web_accessible_resources": [ "*.json" ] } |