Medium redirector

A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.

Medium redirector là gì?

Medium redirector là một tiện ích mở rộng Chrome được phát triển bởi https://mtiifa.github.io, và tính năng chính của nó là "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Medium redirector

Tải xuống các tệp mở rộng Medium redirector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Medium redirector Medium redirector
ID oamhanfbbibdigfbcmgnmonhjnlmjepj
URL Chính Thức https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj
Mô tả A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
Kích Thước Tệp 42.36 KB
Số Lần Cài Đặt 228
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2022-08-25
Ngày Phát Hành 2021-03-19
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://mtiifa.github.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}