Fwich - Facebook Dark Mode
Facebook Dark Mode
Apa itu Fwich - Facebook Dark Mode?
Fwich - Facebook Dark Mode adalah ekstensi Chrome yang dikembangkan oleh omeryucel, dan fitur utamanya adalah "Facebook Dark Mode".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fwich - Facebook Dark Mode
Unduh file ekstensi Fwich - Facebook Dark Mode 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
Facebook Dark Mode. Change the interior page style for the Facebook Gaming page and edit it. Make the page more useful and increase the UX - UI.
Informasi Dasar Ekstensi
Nama | Fwich - Facebook Dark Mode |
ID | bmhmemkaaebcciecmndooojghhpkfjip |
URL Resmi | https://chromewebstore.google.com/detail/fwich-facebook-dark-mode/bmhmemkaaebcciecmndooojghhpkfjip |
Deskripsi | Facebook Dark Mode |
Ukuran File | 65.47 KB |
Jumlah Instalasi | 102 |
Versi Saat Ini | 2.1.2 |
Terakhir Diperbarui | 2020-04-17 |
Tanggal Publikasi | 2020-04-17 |
Penilaian | 4.77/5 Total 13 Penilaian |
Pengembang | omeryucel |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://omerfatihyucel.com/ |
URL Halaman Bantuan | http://omerfatihyucel.com/ |
URL Halaman Kebijakan Privasi | https://sites.google.com/view/fwich |
Bahasa yang Didukung | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fwich - Facebook Dark Mode", "short_name": "Fwich", "version": "2.1.2", "description": "Facebook Dark Mode", "homepage_url": "https:\/\/twitter.com\/omerycll", "browser_action": { "default_title": "Fwich", "default_icon": "images\/icon19.png", "default_popup": "options.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "loadcss.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "https:\/\/wwww.facebook.com\/*", "*:\/\/*.demo.yaysoft.net\/*" ] } |