Expand Facebook
This extension enfold whole facebook timeline
Wat is Expand Facebook?
Expand Facebook is een Chrome-extensie ontwikkeld door Panda.labs, en de belangrijkste functie is "This extension enfold whole facebook timeline".
Download het CRX-bestand van de extensie Expand Facebook
Download Expand Facebook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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.
Basisinformatie over de Extensie
Naam | |
ID | boeopcdckoflkapcejpkoecdbdopbmhf |
Officiële URL | https://chrome.google.com/webstore/detail/expand-facebook/boeopcdckoflkapcejpkoecdbdopbmhf |
Beschrijving | This extension enfold whole facebook timeline |
Bestandsgrootte | 14.57 KB |
Aantal Installaties | 512 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-12-09 |
Publicatiedatum | 2015-12-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Panda.labs |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |