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."입니다.

확장 프로그램 스크린샷

screenshot

Medium redirector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}