Inspect and view changes in Jdy助手 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": "Jdy助手",
"description": "æå‡Jdy使用体验",
"version": "1.0.6",
"icons": {
"32": "icons/assistant-32.png",
"64": "icons/assistant-64.png",
"128": "icons/assistant-128.png"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"webRequest",
"cookies",
"nativeMessaging"
],
"host_permissions": [
"http://*.jdy.com/*",
"https://*.jdy.com/*",
"http://127.0.0.1/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*://*.jdy.com/*"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "popup.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}