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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Read Medium for free Read Medium for free
ID fkbjjjnjofeenflcinnhhnoniohnjepm
官方網址 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": []
}