Medium for All

Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.

What is Medium for All?

Medium for All is a Chrome extension developed by Himanshu Yadav, and its main feature is "Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.".

Extension Screenshots

screenshot
screenshot

Download Medium for All Extension CRX File

Download Medium for All 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

                        Read unlimited premium articles from any medium.com associated website including towardsdatascience.com, uxdesign.cc and many more.                    

Extension Basic Information

Name Medium for All Medium for All
ID iiakpffjljhppecmbiklaokmnbacpooa
Official URL https://chromewebstore.google.com/detail/medium-for-all/iiakpffjljhppecmbiklaokmnbacpooa
Description Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.
File Size 10.08 KB
Installation Count 2,649
Current Version 1.0.0
Last Updated 2022-03-17
Publish Date 2022-03-17
Rating 1.94/5 Total 17 Ratings
Developer Himanshu Yadav
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium for All",
    "version": "1.0.0",
    "description": "Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.",
    "manifest_version": 3,
    "author": "Himanshu Yadav",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "cookies",
        "scripting",
        "webRequest"
    ]
}