Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "\u7eff\u8272\u7eaf\u51c0\u641c\u7d22 - \u767e\u5ea6\u5e7f\u544a\u8fc7\u6ee4",
"description": "\u7eff\u8272\u641c\u7d22\uff0c\u5c4f\u853d\u767e\u5ea6\u5e7f\u544a\uff0cBlock Ad from baidu search result",
"version": "0.1.0",
"icons": {
"128": "assets\/logo128_green.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "\/bg.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.baidu.com\/*",
"https:\/\/baidu.com\/*"
],
"js": [
"\/content.js"
],
"run_at": "document_start"
}
],
"permissions": [
"storage"
]
}