Expand Facebook
This extension enfold whole facebook timeline
What is Expand Facebook?
Expand Facebook is a Chrome extension developed by Panda.labs, and its main feature is "This extension enfold whole facebook timeline".
Download Expand Facebook Extension CRX File
Download Expand 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
- Scrolls endless scrolling pages like facebook to bottom - Function to expand all hidden content This tool should help you to ctrl+f (search) over your facebook profile.
Extension Basic Information
Name | |
ID | boeopcdckoflkapcejpkoecdbdopbmhf |
Official URL | https://chrome.google.com/webstore/detail/expand-facebook/boeopcdckoflkapcejpkoecdbdopbmhf |
Description | This extension enfold whole facebook timeline |
File Size | 14.57 KB |
Installation Count | 512 |
Current Version | 1.0 |
Last Updated | 2015-12-09 |
Publish Date | 2015-12-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Panda.labs |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Expand Facebook", "description": "This extension enfold whole facebook timeline", "version": "1.0", "icons": { "32": "icon_032.png", "128": "icon_128.png" }, "browser_action": { "default_icon": { "32": "icon_032.png" }, "default_title": "Expand Facebook", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |