time tracker for facebook
This extension tracks how much time you have wasted on facebook.
什麼是time tracker for facebook?
time tracker for facebook是由Tim Coy開發的Chrome擴展程式,該擴展的主要功能是“This extension tracks how much time you have wasted on facebook.”。
擴展截圖
下載time tracker for facebook擴展crx文件
下載time tracker for facebook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | time tracker for facebook |
ID | jjfdmgfcjjpalinpmfgkpjlhhelndhhh |
官方網址 | https://chromewebstore.google.com/detail/time-tracker-for-facebook/jjfdmgfcjjpalinpmfgkpjlhhelndhhh |
簡介 | This extension tracks how much time you have wasted on facebook. |
檔案大小 | 20.88 KB |
安裝次數 | 172 |
目前版本 | 1.0 |
更新時間 | 2016-04-17 |
上架時間 | 2016-04-17 |
評分 | 2.50/5 共 2 次評分 |
開發者 | Tim Coy |
付費類型 | free |
支援的語言 | 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" } } |