Music&Songs Finder

Change your Default Search Engine to Get New Music Fast! With your favorite sites in one place.

Music&Songs Finder란 무엇입니까?

Music&Songs Finder은(는) https://safesearch.top에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change your Default Search Engine to Get New Music Fast! With your favorite sites in one place."입니다.

확장 프로그램 스크린샷

screenshot

Music&Songs Finder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Search & Stream Your Music Better And Faster

By clicking "Add to chrome", I accept and agree to installing the Extension Music & Songs Finder Chrome extension and setting it to be my home page that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing/vahoo.                    

확장 프로그램 기본 정보

이름 Music&Songs Finder Music&Songs Finder
ID gaodkplbondgainoplnmakbmmanbpadd
공식 URL https://chromewebstore.google.com/detail/musicsongs-finder/gaodkplbondgainoplnmakbmmanbpadd
설명 Change your Default Search Engine to Get New Music Fast! With your favorite sites in one place.
파일 크기 7.99 KB
설치 횟수 336
현재 버전 1.1.9
최근 업데이트 2022-01-25
출시 날짜 2019-03-08
평점 1.00/5 총 1 개의 평점
개발자 https://safesearch.top
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.safesearch.top
도움말 페이지 URL https://www.safesearch.top/en/legal/about.php
개인정보 보호 정책 페이지 URL https://searchsafe.live/legal/privacy.php
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/back.js"
        ]
    },
    "name": "Music&Songs Finder",
    "permissions": [
        "tabs"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [],
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.safesearch.top\/favicon.ico",
            "image_url": "https:\/\/www.safesearch.top\/en\/result.php?q={searchTerms}",
            "image_url_post_params": "",
            "instant_url": "https:\/\/www.safesearch.top\/en\/result.php?q={searchTerms}",
            "instant_url_post_params": "",
            "is_default": true,
            "keyword": "https:\/\/www.safesearch.top\/en\/",
            "name": "SafeSearch",
            "search_url": "https:\/\/www.safesearch.top\/en\/result.php?q={searchTerms}",
            "search_url_post_params": "",
            "suggest_url": "https:\/\/www.safesearch.top\/en\/result.php?q={searchTerms}",
            "suggest_url_post_params": ""
        },
        "startup_pages": [
            "https:\/\/www.safesearch.top\/en\/"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Music Search"
    },
    "description": "Change your Default Search Engine to Get New Music Fast! With your favorite sites in one place.",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.safesearch.top\/*"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.9",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "manifest_version": 2
}