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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Medium redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}