mf Redirect
Ensure Facebook always loads the mobile design
什么是mf Redirect?
mf Redirect是由krrhodes开发的Chrome扩展程序,该扩展的主要功能是“Ensure Facebook always loads the mobile design”。
扩展截图
下载mf Redirect扩展crx文件
下载mf Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply redirects all Facebook urls to the mobile web version (m.faceboook.com)
扩展基本信息
名称 | |
ID | dbddpbifomdkkdkhpgcdpaodooogeabb |
官方URL | https://chrome.google.com/webstore/detail/mf-redirect/dbddpbifomdkkdkhpgcdpaodooogeabb |
简介 | Ensure Facebook always loads the mobile design |
文件大小 | 15.35 KB |
安装次数 | 255 |
当前版本 | 0.2 |
更新时间 | 2018-12-11 |
上架时间 | 2018-12-11 |
评分 | 1.00/5 共1次评分 |
开发者 | krrhodes |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |