Old Facebook Page Layout
Get rid of the photos and videos section on top of a page
What is Old Facebook Page Layout?
Old Facebook Page Layout is a Chrome extension developed by Inti De Ceukelaire, and its main feature is "Get rid of the photos and videos section on top of a page".
Download Old Facebook Page Layout Extension CRX File
Download Old Facebook Page Layout 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
Get old Facebook page back
Extension Basic Information
Name | |
ID | adnmjgapcidmkamdagnhgdbdigdmdmhd |
Official URL | https://chrome.google.com/webstore/detail/old-facebook-page-layout/adnmjgapcidmkamdagnhgdbdigdmdmhd |
Description | Get rid of the photos and videos section on top of a page |
File Size | 40.18 KB |
Installation Count | 1,000 |
Current Version | 0.0.1 |
Last Updated | 2016-11-23 |
Publish Date | 2016-11-23 |
Rating | 1.25/5 Total 4 Ratings |
Developer | Inti De Ceukelaire |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.google.com/policies/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Facebook Page Layout", "version": "0.0.1", "manifest_version": 2, "description": "Get rid of the photos and videos section on top of a page", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |