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. 擴展基本資訊
| 名稱 | |
| ID | oamhanfbbibdigfbcmgnmonhjnlmjepj |
| 官方網址 | 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"
}
} | |