mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
Merge pull request #517 from chrisaljoudi/master
Safari version publicly available + add developer identifier
This commit is contained in:
commit
787c1c5e13
31
README.md
31
README.md
@ -8,6 +8,11 @@
|
|||||||
* [CPU](#cpu)
|
* [CPU](#cpu)
|
||||||
* [Blocking](#blocking)
|
* [Blocking](#blocking)
|
||||||
* [Installation](#installation)
|
* [Installation](#installation)
|
||||||
|
* [Chrome](#chrome)
|
||||||
|
* [Safari](#safari)
|
||||||
|
* [Firefox](#firefox)
|
||||||
|
* [Opera](#opera)
|
||||||
|
* [Manually](#manually)
|
||||||
* [Release History](#release-history)
|
* [Release History](#release-history)
|
||||||
* [Wiki](https://github.com/gorhill/uBlock/wiki)
|
* [Wiki](https://github.com/gorhill/uBlock/wiki)
|
||||||
|
|
||||||
@ -56,11 +61,31 @@ Being lean and efficient doesn't mean blocking less<br>
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Install µBlock from the [Chrome store](https://chrome.google.com/webstore/detail/cjpalhdlnbpafiamejdnhcphjbkeiagm), the [Opera store](https://addons.opera.com/en-gb/extensions/details/ublock/), or [manually](https://github.com/gorhill/uBlock/tree/master/dist#install).
|
|
||||||
|
|
||||||
Feel free to read [about the extension's required permissions](https://github.com/gorhill/uBlock/wiki/About-the-required-permissions).
|
Feel free to read [about the extension's required permissions](https://github.com/gorhill/uBlock/wiki/About-the-required-permissions).
|
||||||
|
|
||||||
**Note:**
|
### Chrome
|
||||||
|
|
||||||
|
[![Chrome Web Store](https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_340x96.png)](https://chrome.google.com/webstore/detail/cjpalhdlnbpafiamejdnhcphjbkeiagm).
|
||||||
|
|
||||||
|
µBlock is available for free from the [Chrome Web Store](https://chrome.google.com/webstore/detail/cjpalhdlnbpafiamejdnhcphjbkeiagm).
|
||||||
|
|
||||||
|
### Safari
|
||||||
|
|
||||||
|
µBlock will hopefully soon be published on Apple's Safari Extension Gallery. Meanwhile, feel free to grab the [latest version here](https://chrismatic.io/ublock) from µBlock's Safari maintainer.
|
||||||
|
|
||||||
|
### Firefox
|
||||||
|
|
||||||
|
Coming soon.
|
||||||
|
|
||||||
|
### Opera
|
||||||
|
|
||||||
|
µBlock is available from the [Opera store](https://addons.opera.com/en-gb/extensions/details/ublock/).
|
||||||
|
|
||||||
|
### Manually
|
||||||
|
|
||||||
|
If you wish to install µBlock manually, [check out this guide](https://github.com/gorhill/uBlock/tree/master/dist#install).
|
||||||
|
|
||||||
|
### Note for all browsers
|
||||||
|
|
||||||
To benefit from µBlock's higher efficiency, it's advised that you don't use other inefficient blockers at the same time (such as AdBlock or Adblock Plus). µBlock will do [as well or better](#blocking) than most popular ad blockers.
|
To benefit from µBlock's higher efficiency, it's advised that you don't use other inefficient blockers at the same time (such as AdBlock or Adblock Plus). µBlock will do [as well or better](#blocking) than most popular ad blockers.
|
||||||
|
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>net.gorhill.uBlock</string>
|
<string>net.gorhill.uBlock</string>
|
||||||
<key>Developer Identifier</key>
|
<key>Developer Identifier</key>
|
||||||
<string>...</string>
|
<string>96G4BAKDQ9</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>{version}</string>
|
<string>{version}</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>{buildNumber}</string>
|
<string>{buildNumber}</string>
|
||||||
<key>URL</key>
|
<key>URL</key>
|
||||||
<string>https://github.com/gorhill/uBlock/releases/download/0.7.0.11/uBlock-0.7.0.11.safariextz</string>
|
<string>https://chrismatic.io/ublock/ublock-0.8.5.4.safariextz</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
|
Loading…
Reference in New Issue
Block a user