Old Facebook Page Layout
Get rid of the photos and videos section on top of a page
Apa itu Old Facebook Page Layout?
Old Facebook Page Layout adalah ekstensi Chrome yang dikembangkan oleh Inti De Ceukelaire, dan fitur utamanya adalah "Get rid of the photos and videos section on top of a page".
Unduh Berkas CRX Ekstensi Old Facebook Page Layout
Unduh file ekstensi Old Facebook Page Layout dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Get old Facebook page back
Informasi Dasar Ekstensi
Nama | |
ID | adnmjgapcidmkamdagnhgdbdigdmdmhd |
URL Resmi | https://chrome.google.com/webstore/detail/old-facebook-page-layout/adnmjgapcidmkamdagnhgdbdigdmdmhd |
Deskripsi | Get rid of the photos and videos section on top of a page |
Ukuran File | 40.18 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2016-11-23 |
Tanggal Publikasi | 2016-11-23 |
Penilaian | 1.25/5 Total 4 Penilaian |
Pengembang | Inti De Ceukelaire |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.google.com/policies/privacy |
Bahasa yang Didukung | 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" ] } ] } |