Video Online Search

The most efficient way to find your favorite videos

Video Online Search란 무엇입니까?

Video Online Search은(는) artem.semenov1955에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The most efficient way to find your favorite videos"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Video Online Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Video Online Search Video Online Search
ID kfcpbdbijjdijabpicejmmhioebelank
공식 URL https://chrome.google.com/webstore/detail/video-online-search/kfcpbdbijjdijabpicejmmhioebelank
설명 The most efficient way to find your favorite videos
파일 크기 37.31 KB
설치 횟수 50
현재 버전 1.0.0
최근 업데이트 2022-02-11
출시 날짜 2021-10-02
평점 5.00/5 총 1 개의 평점
개발자 artem.semenov1955
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://videosearchguide.online/privacy.html
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/videosearchguide.online\/media\/icons\/favicon.ico",
            "is_default": true,
            "keyword": "Personal",
            "name": "Personal",
            "search_url": "https:\/\/videosearchguide.online\/search.php?q={searchTerms}"
        }
    },
    "description": "The most efficient way to find your favorite videos",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "24": "icon.png",
        "256": "icon.png",
        "48": "icon.png",
        "96": "icon.png"
    },
    "manifest_version": 2,
    "name": "Video Online Search",
    "permissions": [
        "storage",
        "*:\/\/videosearchguide.online\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "icon.png"
    ]
}