Triends
Triends is a Chrome extension which tracks your friends' Facebook usage patterns and generates a relevant Heat map
What is Triends?
Triends is a Chrome extension developed by ericho42, and its main feature is "Triends is a Chrome extension which tracks your friends' Facebook usage patterns and generates a relevant Heat map".
Download Triends Extension CRX File
Download Triends 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
Extension Basic Information
Name | ![]() |
ID | obbfkgghfjoiljfmjidbkkjpikadndjn |
Official URL | https://chrome.google.com/webstore/detail/triends/obbfkgghfjoiljfmjidbkkjpikadndjn |
Description | Triends is a Chrome extension which tracks your friends' Facebook usage patterns and generates a relevant Heat map |
File Size | 329 KB |
Installation Count | 272 |
Current Version | 1.0 |
Last Updated | 2014-11-02 |
Publish Date | 2014-11-02 |
Rating | 3.33/5 Total 3 Ratings |
Developer | ericho42 |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Triends", "description": "Triends is a Chrome extension which tracks your friends' Facebook usage patterns and generates a relevant Heat map", "version": "1.0", "background": { "scripts": [ "static\/js\/jquery-2.1.1.min.js", "static\/js\/jquery-ui.js", "static\/js\/highcharts.js", "\/static\/js\/map.js", "\/static\/js\/data.js", "static\/js\/popup.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "static\/js\/test.js", "static\/js\/jquery-2.1.1.min.js" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "static\/images\/paws.png", "default_popup": "templates\/popup.html" } } |