Followbook
keep an eye on your facebook friends movements
什么是Followbook?
Followbook是由hasoub-apps开发的Chrome扩展程序,该扩展的主要功能是“keep an eye on your facebook friends movements”。
扩展截图
下载Followbook扩展crx文件
下载Followbook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Followbook is a little but effective extension. With Followbook you can search for your friends stories in the activity stories bar in facebook(which appears above chat bar). How does it work ? You simply type your friend name (or a part of it) and click the search button , it searchs for 5 seconds for his stories , it brings up his stories so you see them at the top , you may also click many times to bring more stories ... * Some of your friends stories may take a long time to move to the top , it's because they appear at the very bottom , all depends of how facebook chooses which of your friends to show in the activity stories. Karam Najjar
扩展基本信息
名称 | |
ID | mhpknbejfibjaeakknhijlcdogbolbgf |
官方URL | https://chrome.google.com/webstore/detail/followbook/mhpknbejfibjaeakknhijlcdogbolbgf |
简介 | keep an eye on your facebook friends movements |
文件大小 | 188 KB |
安装次数 | 943 |
当前版本 | 1.6 |
更新时间 | 2015-02-23 |
上架时间 | 2015-02-23 |
评分 | 3.07/5 共14次评分 |
开发者 | hasoub-apps |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Followbook", "description": "keep an eye on your facebook friends movements", "version": "1.6", "background": [], "permissions": [ "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery-2.1.1.js", "myScript.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "icons": { "48": "icons\/icon48.png", "38": "icons\/icon38.png", "16": "icons\/icon16.png", "128": "icons\/icon128.png", "32": "icons\/icon32.png" }, "page_action": { "default_icon": "icons\/icon48.png" } } |