time tracker for facebook
This extension tracks how much time you have wasted on facebook.
What is time tracker for facebook?
time tracker for facebook is a Chrome extension developed by Tim Coy, and its main feature is "This extension tracks how much time you have wasted on facebook.".
Extension Screenshots
Download time tracker for facebook Extension CRX File
Download time tracker for facebook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Note: This is a third-party extension that is not made or maintained by facebook inc. User Data Disclaimer: This extension collects information about how long you are on facebook. This data is collected locally and stored using chrome.storage in order to sync data across all of your devices. This data is not shared with the developer, third-parties, or any other individuals.
Extension Basic Information
Name | time tracker for facebook |
ID | jjfdmgfcjjpalinpmfgkpjlhhelndhhh |
Official URL | https://chromewebstore.google.com/detail/time-tracker-for-facebook/jjfdmgfcjjpalinpmfgkpjlhhelndhhh |
Description | This extension tracks how much time you have wasted on facebook. |
File Size | 20.88 KB |
Installation Count | 172 |
Current Version | 1.0 |
Last Updated | 2016-04-17 |
Publish Date | 2016-04-17 |
Rating | 2.50/5 Total 2 Ratings |
Developer | Tim Coy |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "time tracker for facebook", "description": "This extension tracks how much time you have wasted on facebook.", "version": "1.0", "permissions": [ "alarms", "storage", "tabs" ], "background": { "scripts": [ "background.js", "functions.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |