Medium redirector
A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
什么是Medium redirector?
Medium redirector是由https://mtiifa.github.io开发的Chrome扩展程序,该扩展的主要功能是“A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.”。
扩展截图
下载Medium redirector扩展crx文件
下载Medium redirector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
By redirecting All Medium.com blogs to a mirror website, Now you can explore the blog if you were not able to access it due to the ISP or the organization's restrictions.
扩展基本信息
名称 | Medium redirector |
ID | oamhanfbbibdigfbcmgnmonhjnlmjepj |
官方URL | https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj |
简介 | A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it. |
文件大小 | 42.36 KB |
安装次数 | 228 |
当前版本 | 1.5 |
更新时间 | 2022-08-25 |
上架时间 | 2021-03-19 |
评分 | 4.67/5 共3次评分 |
开发者 | https://mtiifa.github.io |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Medium redirector", "version": "1.5", "author": "Mo'men Tawfik", "permissions": [ "webNavigation" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png" } } |