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."입니다.

확장 프로그램 스크린샷

screenshot

start.xyz - Video Backgrounds 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}