Old Facebook Page Layout
Get rid of the photos and videos section on top of a page
Cos'è Old Facebook Page Layout?
Old Facebook Page Layout è un'estensione di Chrome sviluppata da Inti De Ceukelaire, e la sua funzione principale è "Get rid of the photos and videos section on top of a page".
Scarica il file CRX dell'estensione Old Facebook Page Layout
Scarica i file di estensione Old Facebook Page Layout in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Get old Facebook page back
Informazioni di Base sull'Estensione
Nome | |
ID | adnmjgapcidmkamdagnhgdbdigdmdmhd |
URL Ufficiale | https://chrome.google.com/webstore/detail/old-facebook-page-layout/adnmjgapcidmkamdagnhgdbdigdmdmhd |
Descrizione | Get rid of the photos and videos section on top of a page |
Dimensione del File | 40.18 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2016-11-23 |
Data di Pubblicazione | 2016-11-23 |
Valutazione | 1.25/5 Totale 4 Valutazioni |
Sviluppatore | Inti De Ceukelaire |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.google.com/policies/privacy |
Lingue Supportate | 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" ] } ] } |