Medium for All

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

什么是Medium for All?

Medium for All是由Himanshu Yadav开发的Chrome扩展程序,该扩展的主要功能是“Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.”。

扩展截图

screenshot
screenshot

下载Medium for All扩展crx文件

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

扩展使用说明

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

扩展基本信息

名称 Medium for All Medium for All
ID iiakpffjljhppecmbiklaokmnbacpooa
官方URL https://chromewebstore.google.com/detail/medium-for-all/iiakpffjljhppecmbiklaokmnbacpooa
简介 Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.
文件大小 10.08 KB
安装次数 2,649
当前版本 1.0.0
更新时间 2022-03-17
上架时间 2022-03-17
评分 1.94/5 共17次评分
开发者 Himanshu Yadav
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}