mirror of https://github.com/gorhill/uBlock.git
[mv3] No longer experimental
This commit is contained in:
parent
b37a250ef0
commit
24bdcfd0dc
|
@ -1,6 +1,6 @@
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
**uBO Lite** (uBOL), an experimental **permission-less** [MV3 API-based](https://developer.chrome.com/docs/extensions/mv3/intro/) content blocker.
|
**uBO Lite** (uBOL), a **permission-less** [MV3 API-based](https://developer.chrome.com/docs/extensions/mv3/intro/) content blocker.
|
||||||
|
|
||||||
uBOL is entirely declarative, meaning there is no need for a permanent uBOL process for the filtering to occur, and CSS/JS injection-based content filtering is [performed reliably](https://developer.chrome.com/docs/extensions/reference/scripting/#method-registerContentScripts) by the browser itself rather than by the extension. This means that uBOL itself does not consume CPU/memory resources while content blocking is ongoing -- uBOL's service worker process is required _only_ when you interact with the popup panel or the option pages.
|
uBOL is entirely declarative, meaning there is no need for a permanent uBOL process for the filtering to occur, and CSS/JS injection-based content filtering is [performed reliably](https://developer.chrome.com/docs/extensions/reference/scripting/#method-registerContentScripts) by the browser itself rather than by the extension. This means that uBOL itself does not consume CPU/memory resources while content blocking is ongoing -- uBOL's service worker process is required _only_ when you interact with the popup panel or the option pages.
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "extension name."
|
"description": "extension name."
|
||||||
},
|
},
|
||||||
"extShortDesc": {
|
"extShortDesc": {
|
||||||
"message": "An experimental, permission-less content blocker. Blocks ads, trackers, miners, and more immediately upon installation.",
|
"message": "A permission-less content blocker. Blocks ads, trackers, miners, and more immediately upon installation.",
|
||||||
"description": "this will be in the Chrome web store: must be 132 characters or less"
|
"description": "this will be in the Chrome web store: must be 132 characters or less"
|
||||||
},
|
},
|
||||||
"perRulesetStats": {
|
"perRulesetStats": {
|
||||||
|
|
Loading…
Reference in New Issue