You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
> A Chrome extension that filters through Facebook Dev Circles around the world to get only the interesting posts in your feed.
4
4
5
-
## [Download the extension (.crx)]('/releases/download/v1.1/Merge.FB.Dev.Circles.by.Interests.crx')
5
+
## [Download the extension (.crx)](https://github.com/sidvishnoi/fb-dev-interest/releases/download/v1.1/Merge.Facebook.Dev.Circles.by.Interests.crx)
6
6
7
7
# How to Install
8
8
9
9
([Video - How to Install and configure](https://www.youtube.com/watch?v=A-LR6KWdAsM))
10
10
11
-
1. Download the extension (`Merge.Facebook.Dev.Circles.by.Interests.crx`) from link above or from [releases page](/releases/).
11
+
1. Download the extension (`Merge.Facebook.Dev.Circles.by.Interests.crx`) from link above or from [releases page](https://github.com/sidvishnoi/fb-dev-interest/releases).
12
12
2. Drag and Drop downloaded file into Google Chrome's Extensions page (`chrome://extensions/`).
13
13
3. Install the extension by clicking Install button.
14
14
4. Go to extension's options and configure.
@@ -38,7 +38,7 @@ Add a group's name (and make use to auto-complete) to blacklist it (avoid showin
38
38
I would love your PRs. You can contribute :
39
39
40
40
- by adding more keyword suggestions (edit: [/options.dev/keywords.js](/options.dev/keywords.js)).
41
-
- letting me know of additions/removals of public Dev circle groups (edit: [/options.dev/keywords.js](/options.dev/keywords.js), you may use [/scrape-group-lists.js](/scrape-group-lists.js)).
41
+
- letting me know of additions/removals of public Dev circle groups (edit: [/options.dev/groups.js](/options.dev/groups.js), you may use [/scrape-group-lists.js](/scrape-group-lists.js)).
42
42
- Make the extension better. Fix bugs, if found. Add more features. Improve existing features.
0 commit comments