Medium Unblocker

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

What is Medium Unblocker?

Medium Unblocker is a Chrome extension developed by Paul Ashraf, and its main feature is "A small Chrome extension that bypasses the block on the website "Medium"".

Extension Screenshots

screenshot

Download Medium Unblocker Extension CRX File

Download Medium Unblocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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`.                    

Extension Basic Information

Name Medium Unblocker Medium Unblocker
ID dbannipnecjbkocecnoedgfddobboell
Official URL https://chromewebstore.google.com/detail/medium-unblocker/dbannipnecjbkocecnoedgfddobboell
Description A small Chrome extension that bypasses the block on the website "Medium"
File Size 107 KB
Installation Count 504
Current Version 0.1
Last Updated 2020-10-13
Publish Date 2020-10-12
Rating 3.20/5 Total 5 Ratings
Developer Paul Ashraf
Email [email protected]
Payment Type free
Extension Website https://www.paulashraf.com/
Help Page URL https://paypal.me/paulashraf
Supported Languages 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
}