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 |
官方網址 | 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 |
電子郵箱 | [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 } |