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
官方網址 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"
    }
}