标签: javascript http google-chrome-extension
我想做一个Chrome扩展程序,当用户请求mysite/file.js时,它将把alert('hi')替换为alert('bye')。我无法确定我是Chrome扩展程序的新手。谢谢。
mysite/file.js
alert('hi')
alert('bye')
答案 0 :(得分:0)
我认为,根据您的用例,可能会有更好的方法来满足您的需求。
例如,您可以在页面world上插入覆盖Selection的内容脚本。
Selection
alert
context.js