最强搜索工具。全网搜索音乐资源,不限于国内音乐平台,国外音乐平台,专业音乐搜索引擎,网盘等,汇集最全的资源信息。提高用户查找音乐的效率。免费工具,期待你的好评。
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "__MSG_addonName_xlj__",
"version": "36.827.67.10",
"description": "__MSG_addonDescription_xlj__",
"default_locale": "zh_CN",
"icons": {
"32": "img/icon_32.png",
"64": "img/icon_64.png",
"96": "img/icon_96.png",
"128": "img/icon_128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+R"
},
"description": "__MSG_addonCommands_action_popup__"
},
"backup_page": {
"description": "__MSG_addonCommands_backup_page__"
},
"search_1": {
"suggested_key": {
"default": "Alt+1"
},
"description": "__MSG_addonCommands_shortcut_key_1__"
},
"search_2": {
"suggested_key": {
"default": "Alt+2"
},
"description": "__MSG_addonCommands_shortcut_key_2__"
},
"search_3": {
"suggested_key": {
"default": "Alt+3"
},
"description": "__MSG_addonCommands_shortcut_key_3__"
},
"search_4": {
"description": "__MSG_addonCommands_shortcut_key_4__"
},
"search_5": {
"description": "__MSG_addonCommands_shortcut_key_5__"
}
},
"action": {
"default_icon": {
"64": "img/icon_64.png",
"96": "img/icon_96.png",
"128": "img/icon_128.png"
},
"default_title": "__MSG_addonAction_popup_default_title__",
"default_popup": "popup.html"
},
"background": {
"service_worker": "js/15.js",
"type": "module"
},
"permissions": [
"activeTab",
"tabs",
"contextMenus",
"scripting",
"storage",
"declarativeNetRequest"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_idle",
"all_frames": true,
"js": [
"js/25.js"
],
"css": [
"css/50.css"
]
}
],
"host_permissions": [
"<all_urls>"
],
"author": "TianWangLiJing",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}