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.”。
扩展截图
下载Music&Songs Finder扩展crx文件
下载Music&Songs Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } |