Skip to content

Commit a846a85

Browse files
committed
Published to Mozilla addon store, bump version to v2.2.1
1 parent c8e0bb3 commit a846a85

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,22 @@ It's ugly and super simple.
66

77
## How to install
88

9-
Extension isn't available on extension stores for now, so you can't install this extension like most normal ones.
10-
One of these days I might explore putting them on the extension stores, but no guarantees.
9+
Extension is only available on the Firefox addon store, but not on the Chrome web store. For Chromium-based browsers, alternatively installation methods are necessary.
10+
One of these days I might explore putting it on the Chrome web store, but for a few different reasons I bit am hesitant to so (one of them being the paywall Google has to publish extensions).
1111

1212
### Firefox
1313

14-
#### Option 1
14+
#### Option 1 (Recommended)
15+
16+
Install it from the [Firefox Addon Store (AMO)](https://addons.mozilla.org/en-US/firefox/addon/onlyfans/)
17+
18+
#### Option 2
1519

1620
Go to [Releases](https://github.com/M-rcus/OnlyFans-Cookie-Helper/releases), download the `.xpi` file and install it by typing `about:addons` into your URL bar, pressing `CTRL+Shift+A` or clicking the "hamburger menu" top-right of the Firefox window and then "Addons".
1721

1822
![Screenshot on how to do Firefox install option 1](https://i.marcus.pw/ss/2021-04-10_vOzkx1.png)
1923

20-
#### Option 2
24+
#### Option 3
2125

2226
Follow the [Trying it out](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#Trying_it_out) steps on their developer website.
2327

@@ -114,3 +118,5 @@ If you find the extension useful and would like to send me a tip, then I'll glad
114118
- Bitcoin: `bc1qps35rpadgmpf2a7vmuq45xnt7qscymtlnny6mx`
115119
- Dogecoin: `DAjtoHdXFFhRc3qJq8sqCWpQLLDB8t3L6n`
116120
- Litecoin: `LbX5iqVfYoRz7kPAPQoEKdqiN7Y9PRxsAg`
121+
122+
Alternatively, PayPal, though crypto is preferred: https://paypal.me/maaaarcus

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "OnlyFans Cookie Helper",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "Helper extension that makes it easier to copy config.json values for the DIGITALCRIMINALS/OnlyFans scraper",
66
"icons": {
77
"48": "icons/cookie.png"

manifest_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "OnlyFans Cookie Helper",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "Helper extension that makes it easier to copy config.json values for the DIGITALCRIMINALS/OnlyFans scraper",
66
"icons": {
77
"48": "icons/cookie.png"

0 commit comments

Comments
 (0)