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
{
"name": "小秘书·饱",
"manifest_version": 2,
"version": "1.7.0",
"description": "1.日常数据(包括超话签到,阅读,词条净化,社影搜索,发微博)。2.转评赞",
"browser_action": {
"default_icon": "by-16.png",
"default_popup": "popup.html",
"default_title": "小秘书·饱"
},
"icons": {
"16": "by-16.png",
"128": "by-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"*://weibo.com/*",
"*://s.weibo.com/*",
"tabs"
],
"content_scripts": [
{
"matches": [
"*://weibo.com/*",
"*://s.weibo.com/*"
],
"js": [
"content.js",
"byWbTools.js"
],
"run_at": "document_idle"
}
]
}