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 |
Eメール | [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": [] } |