24
24
" src/background.js"
25
25
]
26
26
},
27
- "content_scripts" : [
28
- {
29
- "matches" : [
30
- " *://*/mycourse/studentstudy ?*" ,
31
- " *://*/work/doHomeWorkNew ?*" ,
32
- " *://*/work/selectWorkQuestionYiPiYue ?*" ,
33
- " *://*/exam/test/reVersionTestStartNew ?*" ,
34
- " *://*/ztnodedetailcontroller/visitnodedetail? *" ,
35
- " *://*/antispiderShowVerify .ac*" ,
36
- " *://*/html/processVerify.ac? *" ,
37
- " *://study.zhihuishu.com/learning/videoList *" ,
38
- " *://*/exam/test/reVersionPaperMarkContentNew? *" ,
39
- " *://examh5 .zhihuishu.com/stuExamWeb.html*" ,
40
- " *://onlineexamh5new .zhihuishu.com/stuExamWeb.html *" ,
41
- " *://study.zhihuishu.com/learningNew/videoList *"
42
- ],
43
- "js" : [
44
- " src/start.js"
45
- ],
46
- "run_at" : " document_start"
47
- }
48
- ],
27
+ "content_scripts" : [{
28
+ "matches" : [
29
+ " *://*/mycourse/studentstudy?* " ,
30
+ " *://*/work/doHomeWorkNew ?*" ,
31
+ " *://*/work/selectWorkQuestionYiPiYue ?*" ,
32
+ " *://*/exam/test/reVersionTestStartNew ?*" ,
33
+ " *://*/ztnodedetailcontroller/visitnodedetail ?*" ,
34
+ " *://*/antispiderShowVerify.ac *" ,
35
+ " *://*/html/processVerify .ac? *" ,
36
+ " *://study.zhihuishu.com/learning/videoList *" ,
37
+ " *://*/exam/test/reVersionPaperMarkContentNew? *" ,
38
+ " *://examh5.zhihuishu.com/stuExamWeb.html *" ,
39
+ " *://onlineexamh5new .zhihuishu.com/stuExamWeb.html*" ,
40
+ " *://study .zhihuishu.com/learningNew/videoList *" ,
41
+ " *://*/knowledge/cards? *"
42
+ ],
43
+ "js" : [
44
+ " src/start.js"
45
+ ],
46
+ "run_at" : " document_start" ,
47
+ "all_frames" : true
48
+ } ],
49
49
"permissions" : [
50
50
" contextMenus" ,
51
51
" tabs" ,
60
60
" src/mooc.js"
61
61
],
62
62
"homepage_url" : " https://blog.icodef.com"
63
- }
63
+ }
0 commit comments