Inspect and view changes in 小红书搜索助手—强化百度谷歌搜索结果还能图片找淘宝同款商品 source codes across current and past versions
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": "å°çº¢ä¹¦æœç´¢åŠ©æ‰‹â€”强化百度谷æŒæœç´¢ç»“果还能图片找淘å®åŒæ¬¾å•†å“",
"description": "百度必应谷æŒæœç´¢æ—¶å³ä¾§å‡ºå°çº¢ä¹¦å†…容;逛å°çº¢ä¹¦æ—¶å¯ä»¥æ‰¾æ·˜å®åŒæ¬¾å•†å“。",
"version": "1.0.0",
"content_scripts": [
{
"js": [
"assets/main.ts-loader.js"
],
"run_at": "document_end",
"all_frames": true,
"matches": [
"*://*/*"
],
"css": [
"assets/main.css"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"cookies",
"tabs",
"scripting",
"contextMenus",
"activeTab"
],
"host_permissions": [
"*://*/*",
"https://edith.xiaohongshu.com/*",
"https://www.xiaohongshu.com/*",
"https://*.taobao.com/*"
],
"web_accessible_resources": [
{
"matches": [
"*://*/*"
],
"resources": [
"assets/*",
"images/*",
"assets/chunk-index.js",
"assets/chunk-main.ts.js"
],
"use_dynamic_url": false
}
],
"action": {
"default_title": "å°çº¢ä¹¦æœç´¢åŠ©æ‰‹"
},
"icons": {
"16": "icons/16logo.png",
"32": "icons/32logo.png",
"48": "icons/48logo.png",
"128": "icons/128logo.png"
},
"options_ui": {
"page": "src/pages/options/index.html",
"open_in_tab": true
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}