Medium redirector
A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
What is Medium redirector?
Medium redirector is a Chrome extension developed by https://mtiifa.github.io, and its main feature is "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.".
Extension Screenshots
Download Medium redirector Extension CRX File
Download Medium redirector 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
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.
Extension Basic Information
Name | Medium redirector |
ID | oamhanfbbibdigfbcmgnmonhjnlmjepj |
Official URL | https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj |
Description | A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it. |
File Size | 42.36 KB |
Installation Count | 228 |
Current Version | 1.5 |
Last Updated | 2022-08-25 |
Publish Date | 2021-03-19 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://mtiifa.github.io |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |