27 lines
948 B
JSON
27 lines
948 B
JSON
{
|
|
"name": "谷歌自动搜索邮箱自动点击",
|
|
"description": "谷歌自动搜索邮箱自动点击",
|
|
"version": "1.0.0",
|
|
"manifest_version": 2,
|
|
"permissions": ["tabs","*://*/*","background"],
|
|
"icons": {
|
|
"19": "icon64.png",
|
|
"48": "icon64.png",
|
|
"128": "icon64.png"
|
|
},
|
|
"background": {
|
|
"scripts": ["js/background.js"]
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://www.naver.com/*","https://www.baidu.com/*","https://www.so.com/*","https://www.youtube.com/*","https://www.youtube.com/shorts/*","https://www.google.com.hk/","https://www.google.com.hk/search?q=*","https://www.google.com/","https://www.google.com/search?q=*","https://mail.google.com/*","https://accounts.google.com/ServiceLogin*","https://news.google.com/*"
|
|
],
|
|
"js": [
|
|
"lib/jquery-3.3.1.min.js",
|
|
"lib/content.js"
|
|
],
|
|
"run_at": "document_end"
|
|
}
|
|
]
|
|
} |