mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-08 08:45:14 +08:00
Merge branch 'develop' of gitee.com:bitdance-team/chrome-extension into feat-sst
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"scripts": [
|
||||
"assets/js/lib/jquery.min.js",
|
||||
"assets/js/background.js",
|
||||
"assets/js/translate/background.js",
|
||||
"assets/js/remove-google-ads/background_preventAdsScript.js",
|
||||
"assets/html/pomodoro/background.js",
|
||||
"assets/js/advanced-search/background.js",
|
||||
@@ -51,7 +52,8 @@
|
||||
{
|
||||
"_______commit": "自动展开模块",
|
||||
"matches": [
|
||||
"*://blog.csdn.net/*"
|
||||
"*://blog.csdn.net/*",
|
||||
"*://www.it1352.com/*"
|
||||
],
|
||||
"js": [
|
||||
"assets/js/lib/jquery.min.js",
|
||||
@@ -59,16 +61,6 @@
|
||||
],
|
||||
"run_at": "document_start"
|
||||
},
|
||||
{
|
||||
"_______commit": "自动展开模块",
|
||||
"matches": [
|
||||
"*://www.it1352.com/*"
|
||||
],
|
||||
"js": [
|
||||
"assets/js/expand-full-text/www.it1352.com.js"
|
||||
],
|
||||
"run_at": "document_start"
|
||||
},
|
||||
{
|
||||
"_______commit": "自动搜索模块",
|
||||
"matches": [
|
||||
|
Reference in New Issue
Block a user