Inspect and view changes in CSDN便利助手 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
{
"name": "CSDN便利助手",
"version": "1.0",
"manifest_version": 2,
"description": "删除关注、复制限制",
"icons": {
"128": "icons/not_csdn_128x128.png"
},
"content_scripts": [
{
"matches": [
"https://blog.csdn.net/*"
],
"js": [
"lib/jquery.min.js",
"content_scripts/unlock_csdn.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{c1809289-dca4-44b3-9f2d-f3d34dcce930}"
}
}
}