Inspect and view changes in 101test助手 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": 2,
"name": "破解考试",
"version": "1.2resigned1",
"description": "考试辅助",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"browser_action": {
"default_title": "插件",
"default_poput": "popup.html",
"default_icon": {
"19": "images/icon19.png",
"38": "images/icon38.png"
}
},
"content_scripts": [
{
"matches": [
"*://*.101test.com/*"
],
"js": [
"js/crack.js"
]
}
],
"permissions": [
"*://*.hohn.cn/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{3ec1457d-e220-4a31-be8d-9bfb34ecec46}"
}
}
}