mf Redirect
Ensure Facebook always loads the mobile design
Apa itu mf Redirect?
mf Redirect adalah ekstensi Chrome yang dikembangkan oleh krrhodes, dan fitur utamanya adalah "Ensure Facebook always loads the mobile design".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi mf Redirect
Unduh file ekstensi mf Redirect 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
Simply redirects all Facebook urls to the mobile web version (m.faceboook.com)
Informasi Dasar Ekstensi
Nama | |
ID | dbddpbifomdkkdkhpgcdpaodooogeabb |
URL Resmi | https://chrome.google.com/webstore/detail/mf-redirect/dbddpbifomdkkdkhpgcdpaodooogeabb |
Deskripsi | Ensure Facebook always loads the mobile design |
Ukuran File | 15.35 KB |
Jumlah Instalasi | 255 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2018-12-11 |
Tanggal Publikasi | 2018-12-11 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | krrhodes |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Ensure Facebook always loads the mobile design", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "manifest_version": 2, "name": "mf Redirect", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.facebook.com\/*" ], "version": "0.2" } |