Skip to content

Commit

Permalink
Merge pull request #4 from ShivamGoyal1899/add-domain
Browse files Browse the repository at this point in the history
bump-version: 3.6.2
  • Loading branch information
shyvum authored Apr 29, 2020
2 parents d8cf3d2 + 2b9bbb8 commit 41b87b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Show some love 💜 and Star ⭐️ the Repository to support the project.
## :rocket: Installing MediumUnlimited

### Google Chrome
- 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)
- 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)
- Follow the installation instructions. [Instructions](https://www.mattcutts.com/blog/how-to-install-a-chrome-extension-from-github/)

### Mozilla Firefox
Expand Down
2 changes: 1 addition & 1 deletion chrome/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ chrome.webRequest.onBeforeSendHeaders.addListener(
'*://engineering.opsgenie.com/*',
'*://instagram-engineering.com/*',
'*://calia.me/*',

'*://becominghuman.ai/*',
]
},
[
Expand Down
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MediumUnlimited",
"version": "3.6.1",
"version": "3.6.2",
"description": "Read Medium for Free.",
"background": {
"scripts": [
Expand Down
1 change: 1 addition & 0 deletions firefox/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ browser.webRequest.onBeforeSendHeaders.addListener(
'*://engineering.opsgenie.com/*',
'*://instagram-engineering.com/*',
'*://calia.me/*',
'*://becominghuman.ai/*',
]
},
[
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MediumUnlimited",
"version": "3.6.1",
"version": "3.6.2",
"description": "Read Medium for Free.",
"background": {
"scripts": [
Expand Down

0 comments on commit 41b87b1

Please sign in to comment.