mf Redirect
Ensure Facebook always loads the mobile design
What is mf Redirect?
mf Redirect is a Chrome extension developed by krrhodes, and its main feature is "Ensure Facebook always loads the mobile design".
Extension Screenshots
Download mf Redirect Extension CRX File
Download mf Redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simply redirects all Facebook urls to the mobile web version (m.faceboook.com)
Extension Basic Information
Name | |
ID | dbddpbifomdkkdkhpgcdpaodooogeabb |
Official URL | https://chrome.google.com/webstore/detail/mf-redirect/dbddpbifomdkkdkhpgcdpaodooogeabb |
Description | Ensure Facebook always loads the mobile design |
File Size | 15.35 KB |
Installation Count | 255 |
Current Version | 0.2 |
Last Updated | 2018-12-11 |
Publish Date | 2018-12-11 |
Rating | 1.00/5 Total 1 Ratings |
Developer | krrhodes |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |