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是由pavel.maskevich开发的Chrome扩展程序,该扩展的主要功能是“Read Medium stories without leaving the page if you reached to free reading limit”。
扩展截图
下载Read Medium for free扩展crx文件
下载Read Medium for free扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | fkbjjjnjofeenflcinnhhnoniohnjepm |
官方URL | https://chrome.google.com/webstore/detail/read-medium-for-free/fkbjjjnjofeenflcinnhhnoniohnjepm |
简介 | Read Medium stories without leaving the page if you reached to free reading limit |
文件大小 | 30.5 KB |
安装次数 | 80 |
当前版本 | 1.0 |
更新时间 | 2021-03-30 |
上架时间 | 2021-03-30 |
开发者 | pavel.maskevich |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/maskalek/read-medium-extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read Medium for free", "version": "1.0", "manifest_version": 2, "description": "Read Medium stories without leaving the page if you reached to free reading limit", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "permissions": [ "activeTab" ], "browser_action": [] } |