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 |
Eメール | [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" ] } |