mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-14 16:45:56 +08:00
add
This commit is contained in:
parent
8c7c7e6f7d
commit
c3bbe68d2a
@ -35,7 +35,7 @@
|
||||
"name": "v_jstools",
|
||||
"version": "0.0.0",
|
||||
"description": "v_jstools js hook工具",
|
||||
"permissions": ["storage", "unlimitedStorage", "activeTab", "tabs", "debugger", "storage", "contextMenus", "http://*/*", "https://*/*", "cookies", "proxy"],
|
||||
"permissions": ["storage", "unlimitedStorage", "activeTab", "tabs", "debugger", "storage", "contextMenus", "http://*/*", "https://*/*", "chrome://*", "cookies", "proxy"],
|
||||
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
|
||||
"browser_action": {
|
||||
"default_popup": "popup.html"
|
||||
|
@ -124,8 +124,8 @@
|
||||
<br/>
|
||||
<button id='add_script_in_all_document'>调试注入</button>
|
||||
<HR>
|
||||
<div>点击注入后,会自动打开调试模式,并且对每个页面的启动和刷新过程注入执行的代码。(关闭调式模式自动取消注入)</div>
|
||||
<div>注意!!!如果需要让修改后的代码生效需要关闭调试模式,然后重新点击 “调试注入”。</div>
|
||||
<div>点击注入后,会自动打开调试模式,并且对每个页面的 “刷新过程” 注入执行的代码。(关闭调式模式自动取消注入)</div>
|
||||
<div>注意!!!如果需要让修改后的代码生效需要关闭调试模式,然后重新点击 “调试注入” 。</div>
|
||||
<HR>
|
||||
<textarea id='myinject_2' data-key="config-myinject_2" style="width: 100%; height: 500px"></textarea>
|
||||
<br/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user