https://github.com/yangshun/facebook-usage-stats
Chrome extension to limit the number of items you can like on Facebook daily and tells you how long you have spent on Facebook for the day
https://github.com/yangshun/facebook-usage-stats
Last synced: 2 months ago
JSON representation
Chrome extension to limit the number of items you can like on Facebook daily and tells you how long you have spent on Facebook for the day
- Host: GitHub
- URL: https://github.com/yangshun/facebook-usage-stats
- Owner: yangshun
- License: mit
- Created: 2014-09-24T02:34:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T20:36:08.000Z (over 9 years ago)
- Last Synced: 2025-05-05T22:02:26.785Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Facebook Usage Stats
======================### Preface
In the paper “What Do Metrics Want?”, Ben Grosser, the creator of Facebook Demetricator, mentioned that analytics such as how many things user like per hour, and how many ads they click each day are hidden from users as displaying such metrics would cause users less likely to participate. I found this concept to be interesting and decided to implement a Google Chrome extension that shows statistics about a user’s daily Facebook usage.
### Introduction
This Chrome extension allow users to limit themselves to a number of Facebook posts/comments likes a day, so that they will like more sparingly. Also, it shows users how much time they have spent on the Facebook page and they will know how much time could have been put to better use.
### Features

Facebook Usage Stats is a Chrome extension that:
- Limits the amount of item someone can like on Facebook daily.
- Shows you the amount of time you spend on Facebook.### Installation
- Navigate to **chrome://extensions** in your browser.
- Check the **"Developer mode"** checkbox at the top right.
- Click on **"Load unpacked extension..."** and select the folder containing this repository.