Medium Unblocker

A small Chrome extension that bypasses the block on the website "Medium"

Medium Unblocker क्या है?

Medium Unblocker Paul Ashraf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A small Chrome extension that bypasses the block on the website "Medium""।

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

screenshot

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

crx प्रारूप में Medium Unblocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A small Chrome extension that bypasses the block on the website "Medium". It listens for urls starting with `https://medium.com/` and adds a `.` after the `.com`.                    

एक्सटेंशन की मूल जानकारी

नाम Medium Unblocker Medium Unblocker
ID dbannipnecjbkocecnoedgfddobboell
आधिकारिक URL https://chromewebstore.google.com/detail/medium-unblocker/dbannipnecjbkocecnoedgfddobboell
विवरण A small Chrome extension that bypasses the block on the website "Medium"
फ़ाइल का आकार 107 KB
स्थापना संख्या 504
वर्तमान संस्करण 0.1
अंतिम अपडेट 2020-10-13
प्रकाशन तिथि 2020-10-12
रेटिंग 3.20/5 कुल 5 रेटिंग्स
डेवलपर Paul Ashraf
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.paulashraf.com/
सहायता पृष्ठ URL https://paypal.me/paulashraf
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium Unblocker",
    "version": "0.1",
    "description": "A small Chrome extension that bypasses the block on the website \"Medium\"",
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}