Read Medium for free

Read Medium stories without leaving the page if you reached to free reading limit.

什么是Read Medium for free?

Read Medium for free是由Mesut Tasci开发的Chrome扩展程序,该扩展的主要功能是“Read Medium stories without leaving the page if you reached to free reading limit.”。

扩展截图

screenshot

下载Read Medium for free扩展crx文件

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

扩展使用说明

                        NOT WORKING ANYMORE. I AM GOING TO IMPLEMENT ANOTHER SOLUTION

------------------------

This extension only fetches Medium article without cookies and replace page content, like the opening article in incognito mode.

The extension is run only when you have reached to free reading limit and does not make any request outside of Medium.

Extension source code:
https://github.com/mesuutt/read-medium-extension                    

扩展基本信息

名称 Read Medium for free Read Medium for free
ID feckflmdfioohghkgojnilnlaelfgffl
官方URL https://chrome.google.com/webstore/detail/read-medium-for-free/feckflmdfioohghkgojnilnlaelfgffl
简介 Read Medium stories without leaving the page if you reached to free reading limit.
文件大小 30.53 KB
安装次数 9,081
当前版本 2.4
更新时间 2021-09-08
上架时间 2020-09-20
评分 3.33/5 共36次评分
开发者 Mesut Tasci
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/mesuutt/read-medium-extension
帮助页面URL https://github.com/mesuutt/read-medium-extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Medium for free",
    "description": "Read Medium stories without leaving the page if you reached to free reading limit.",
    "manifest_version": 2,
    "version": "2.4",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.medium.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    }
}