Medium Premium

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

什么是Medium Premium?

Medium Premium是由Arun Kumar Dave开发的Chrome扩展程序,该扩展的主要功能是“It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.”。

扩展截图

screenshot

下载Medium Premium扩展crx文件

下载Medium Premium扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A simple chrome extension that loads Premium content of Medium blog of the current tab                    

扩展基本信息

名称 Medium Premium Medium Premium
ID gingmakaicaahbfjipopapefpkehhelk
官方URL https://chromewebstore.google.com/detail/medium-premium/gingmakaicaahbfjipopapefpkehhelk
简介 It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.
文件大小 13.21 KB
安装次数 614
当前版本 1.0
更新时间 2023-04-03
上架时间 2023-04-02
评分 3.00/5 共2次评分
开发者 Arun Kumar Dave
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    }
}