1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-16 23:42:39 +01:00

Destroyed 关于扩展需要获得的权限 (markdown)

fang5566 2015-02-21 14:12:00 +08:00
parent 189cdce369
commit 76df3bc6b1

@ -1,23 +0,0 @@
#### "访问你在所有网站上的的数据"
- 能够查看所有网络请求,必要时可以取消这些请求。
- 只针对 `http``https` 打头的 URL 地址。
代码参见:
- <https://github.com/gorhill/uBlock/search?q=%22chrome.webRequest%22&type=Code>
#### "访问你的标签页和浏览活动"
在执行以下操作时需要获取此权限:
- 新建标签页(当你点击某个规则列表查看内容时)
- 检测何时标签页被新建或关闭:
- 更新角标
- 从内存的内部数据结构中刷新数据
- 能够找到当前处于活动状态的标签页(在弹出菜单中输入相关的统计信息和设置)
- 能够插入元素选择器的脚本
- 实现屏蔽弹出窗口
代码参见:
- <https://github.com/gorhill/uBlock/search?q=%22chrome.tabs%22&type=Code>
- <https://github.com/gorhill/uBlock/search?q=%22chrome.webNavigation%22&type=Code>