Medium redirector

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

Apa itu Medium redirector?

Medium redirector adalah ekstensi Chrome yang dikembangkan oleh https://mtiifa.github.io, dan fitur utamanya adalah "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Medium redirector

Unduh file ekstensi Medium redirector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Medium redirector Medium redirector
ID oamhanfbbibdigfbcmgnmonhjnlmjepj
URL Resmi https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj
Deskripsi A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
Ukuran File 42.36 KB
Jumlah Instalasi 228
Versi Saat Ini 1.5
Terakhir Diperbarui 2022-08-25
Tanggal Publikasi 2021-03-19
Penilaian 4.67/5 Total 3 Penilaian
Pengembang https://mtiifa.github.io
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}