1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-28 21:57:12 +02:00

Updated About the required permissions (markdown)

Raymond Hill 2015-02-23 15:37:46 -05:00
parent 01c2d41d1e
commit 17e2a822a9

@ -1,11 +1,12 @@
"Access your data on all web sites" ### "Access your data on all web sites"
To be able to inspect all net requests so that they can be cancelled if needed. To be able to inspect all net requests so that they can be cancelled if needed.
Only on http- and https-based URL addresses. Only on http- and https-based URL addresses.
See code: See code:
https://github.com/gorhill/uBlock/search?q=%22chrome.webRequest%22&type=Code - https://github.com/gorhill/uBlock/search?q=%22chrome.webRequest%22&type=Code
"Access your tabs and browsing activity"
### "Access your tabs and browsing activity"
This is necessary to be able to: This is necessary to be able to:
@ -16,7 +17,8 @@ To flush from memory internal data structures
To find out which tab is currently active (to fill popup menu with associated stats/settings) To find out which tab is currently active (to fill popup menu with associated stats/settings)
To be able to inject the element picker script To be able to inject the element picker script
To implement the popup-blocker To implement the popup-blocker
See code: See code:
https://github.com/gorhill/uBlock/search?q=%22chrome.tabs%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 - https://github.com/gorhill/uBlock/search?q=%22chrome.webNavigation%22&type=Code