stop-scrolling-facebook
stop-scrolling-facebook copied to clipboard
A chrome extension prevent you from distraction of Facebook's newsfeed
Stop Scrolling Newsfeed for Facebook
A chrome extension prevent you from distraction of Facebook's newsfeed

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.