Skip to content

Commit 41b87b1

Browse files
authored
Merge pull request #4 from ShivamGoyal1899/add-domain
bump-version: 3.6.2
2 parents d8cf3d2 + 2b9bbb8 commit 41b87b1

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Show some love 💜 and Star ⭐️ the Repository to support the project.
4242
## :rocket: Installing MediumUnlimited
4343

4444
### Google Chrome
45-
- Download the Chrome Extension from GitHub Release. [Download](https://github.com/ShivamGoyal1899/MediumUnlimited/releases/download/v3.5.1-chrome/MediumUnlimited-3.5.1-chrome.crx)
45+
- Download the Chrome Extension from GitHub Release. [Download](https://github.com/ShivamGoyal1899/MediumUnlimited/releases/download/v3.6.2-chrome/MediumUnlimited-3.6.2-chrome.crx)
4646
- Follow the installation instructions. [Instructions](https://www.mattcutts.com/blog/how-to-install-a-chrome-extension-from-github/)
4747

4848
### Mozilla Firefox

chrome/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ chrome.webRequest.onBeforeSendHeaders.addListener(
7373
'*://engineering.opsgenie.com/*',
7474
'*://instagram-engineering.com/*',
7575
'*://calia.me/*',
76-
76+
'*://becominghuman.ai/*',
7777
]
7878
},
7979
[

chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MediumUnlimited",
3-
"version": "3.6.1",
3+
"version": "3.6.2",
44
"description": "Read Medium for Free.",
55
"background": {
66
"scripts": [

firefox/background.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ browser.webRequest.onBeforeSendHeaders.addListener(
7373
'*://engineering.opsgenie.com/*',
7474
'*://instagram-engineering.com/*',
7575
'*://calia.me/*',
76+
'*://becominghuman.ai/*',
7677
]
7778
},
7879
[

firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MediumUnlimited",
3-
"version": "3.6.1",
3+
"version": "3.6.2",
44
"description": "Read Medium for Free.",
55
"background": {
66
"scripts": [

0 commit comments

Comments
 (0)