Read Unlimited Medium Stories
This extension add another 2 free member-only stories for you on the medium.
Read Unlimited Medium Storiesとは何ですか?
Read Unlimited Medium Storiesはvinothkumarsubbuによって開発されたChromeの拡張機能で、その主な機能は「This extension add another 2 free member-only stories for you on the medium.」です。
拡張機能のスクリーンショット
Read Unlimited Medium Stories拡張機能のCRXファイルをダウンロード
Read Unlimited Medium Stories拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension help to overcome the restrictions of medium to read the two stories a month. If you run out of stories just click on the extension it would add another 2 stories to your account. One more good news is this extension doesn't capture any userinformation.
拡張機能の基本情報
名前 | Read Unlimited Medium Stories |
ID | ldodiabfohccnhckofomohlceamjlkpl |
公式URL | https://chromewebstore.google.com/detail/read-unlimited-medium-sto/ldodiabfohccnhckofomohlceamjlkpl |
説明 | This extension add another 2 free member-only stories for you on the medium. |
ファイルサイズ | 21.49 KB |
インストール数 | 358 |
現在のバージョン | 1.0 |
最終更新日 | 2021-08-27 |
公開日 | 2021-08-27 |
開発者 | vinothkumarsubbu |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read Unlimited Medium Stories", "version": "1.0", "description": "This extension add another 2 free member-only stories for you on the medium.", "permissions": [ "cookies", "http:\/\/medium.com\/*", "https:\/\/medium.com\/*", "https:\/\/.medium.com\/" ], "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "browser_action": { "default_icon": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |