Medium Premium

It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.

What is Medium Premium?

Medium Premium is a Chrome extension developed by Arun Kumar Dave, and its main feature is "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.".

Extension Screenshots

screenshot

Download Medium Premium Extension CRX File

Download Medium Premium 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 simple chrome extension that loads Premium content of Medium blog of the current tab                    

Extension Basic Information

Name Medium Premium Medium Premium
ID gingmakaicaahbfjipopapefpkehhelk
Official URL https://chromewebstore.google.com/detail/medium-premium/gingmakaicaahbfjipopapefpkehhelk
Description It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.
File Size 13.21 KB
Installation Count 614
Current Version 1.0
Last Updated 2023-04-03
Publish Date 2023-04-02
Rating 3.00/5 Total 2 Ratings
Developer Arun Kumar Dave
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Medium Premium",
    "version": "1.0",
    "description": "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.",
    "permissions": [
        "activeTab",
        "incognito",
        "tabs",
        "scripting",
        "https:\/\/*.medium.com\/*"
    ],
    "action": {
        "default_title": "Medium Premium",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}