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 هو إضافة Chrome تم تطويرها بواسطة https://mtiifa.github.io، والميزة الرئيسية لها هي "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Medium redirector

قم بتنزيل ملفات الامتداد Medium redirector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}