|
|
|
@ -5,7 +5,10 @@
|
|
|
|
|
"description": "页面无跳转 听正确读音",
|
|
|
|
|
"content_scripts": [
|
|
|
|
|
{
|
|
|
|
|
"matches": ["*://*/shimohq/chinese-programmer-wrong-pronunciation/*"],
|
|
|
|
|
"matches": [
|
|
|
|
|
"*://*/shimohq/chinese-programmer-wrong-pronunciation/*",
|
|
|
|
|
"*://*/jingjingxyk/chinese-programmer-wrong-pronunciation/*"
|
|
|
|
|
],
|
|
|
|
|
"run_at": "document_end",
|
|
|
|
|
"js": ["js/content-script.js"]
|
|
|
|
|
}
|
|
|
|
|