/stop-scrolling-facebook

A chrome extension prevent you from distraction of Facebook's newsfeed

Primary LanguageJavaScript

Stop Scrolling Newsfeed for Facebook

A chrome extension prevent you from distraction of Facebook's newsfeed

Code Climate Issue Count GitHub tag Open Source Love PRs Welcome

Install from Chrome Web Store

Stop Scrolling Newsfeed for Facebook screenshot

Development

To get started, clone the repository and then run:

npm install
npm run dev

Any changes in /src will be built by webpack to folder /dist/unpacked/, which can be loaded to chrome via Load unpacked extension (on Setting -> More Tools -> Extensions)

Deployment

To build an optimized version to publish to Chrome Store:

npm run build

You will get a zip file in dist/build/StopScrollingFacebook_Latest.zip.