Old Facebook Page Layout
Get rid of the photos and videos section on top of a page
Was ist Old Facebook Page Layout?
Old Facebook Page Layout ist eine Chrome-Erweiterung, die von Inti De Ceukelaire entwickelt wurde, und ihr Hauptmerkmal ist "Get rid of the photos and videos section on top of a page".
Old Facebook Page Layout-Erweiterungs-CRX-Datei herunterladen
Laden Sie Old Facebook Page Layout-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Get old Facebook page back
Grundlegende Informationen zur Erweiterung
Name | |
ID | adnmjgapcidmkamdagnhgdbdigdmdmhd |
Offizielle URL | https://chrome.google.com/webstore/detail/old-facebook-page-layout/adnmjgapcidmkamdagnhgdbdigdmdmhd |
Beschreibung | Get rid of the photos and videos section on top of a page |
Dateigröße | 40.18 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2016-11-23 |
Veröffentlichungsdatum | 2016-11-23 |
Bewertung | 1.25/5 Insgesamt 4 Bewertungen |
Entwickler | Inti De Ceukelaire |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.google.com/policies/privacy |
Unterstützte Sprachen | 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" ] } ] } |