Inspect and view changes in RFD小幫手 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": "RFD小幫手",
"description": "RFD小幫手",
"web_accessible_resources": [
{
"resources": [
"rfd.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"https://erp.rfdme.com/RFD_PCM_I01/I410*"
],
"js": [
"script.js"
]
}
],
"version": "1.8",
"manifest_version": 3,
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "/images/rfd24.png",
"32": "/images/rfd32.png",
"48": "/images/rfd48.png",
"128": "/images/rfd256.png"
}
},
"icons": {
"16": "/images/rfd24.png",
"32": "/images/rfd32.png",
"48": "/images/rfd48.png",
"128": "/images/rfd256.png"
}
}