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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "运营助手-小红书",
"version": "0.1.2",
"manifest_version": 3,
"icons": {
"16": "img/logo-16.png",
"32": "img/logo-34.png",
"48": "img/logo-48.png",
"128": "img/logo-128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+P",
"mac": "MacCtrl+Command+P"
}
}
},
"action": {
"default_popup": "popup.html",
"default_icon": "img/logo-48.png"
},
"content_scripts": [
{
"js": [
"assets/main.tsx-loader-c35ab00c.js",
"assets/index.ts-loader-5a836eaf.js"
],
"matches": [
"http://*.xiaohongshu.com/*",
"https://*.xiaohongshu.com/*"
],
"run_at": "document_end",
"css": [
"assets/bootstrap-09f6d8e9.css",
"assets/main-06904c5a.css"
]
}
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img/logo-16.png",
"img/logo-34.png",
"img/logo-48.png",
"img/logo-128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"http://*.xiaohongshu.com/*",
"https://*.xiaohongshu.com/*"
],
"resources": [
"assets/chunk-4c3af6a3.js",
"assets/chunk-5b85688a.js",
"assets/chunk-4ed993c7.js"
],
"use_dynamic_url": false
}
],
"host_permissions": [
"http://*.xiaohongshu.com/*",
"https://*.xiaohongshu.com/*"
],
"permissions": [
"storage"
]
}