time tracker for facebook
This extension tracks how much time you have wasted on facebook.
time tracker for facebook là gì?
time tracker for facebook là một tiện ích mở rộng Chrome được phát triển bởi Tim Coy, và tính năng chính của nó là "This extension tracks how much time you have wasted on facebook.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng time tracker for facebook
Tải xuống các tệp mở rộng time tracker for facebook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | time tracker for facebook |
ID | jjfdmgfcjjpalinpmfgkpjlhhelndhhh |
URL Chính Thức | https://chromewebstore.google.com/detail/time-tracker-for-facebook/jjfdmgfcjjpalinpmfgkpjlhhelndhhh |
Mô tả | This extension tracks how much time you have wasted on facebook. |
Kích Thước Tệp | 20.88 KB |
Số Lần Cài Đặt | 172 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-04-17 |
Ngày Phát Hành | 2016-04-17 |
Đánh Giá | 2.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Tim Coy |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |