Medium for All

Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.

什麼是Medium for All?

Medium for All是由Himanshu Yadav開發的Chrome擴展程式,該擴展的主要功能是“Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.”。

擴展截圖

screenshot
screenshot

下載Medium for All擴展crx文件

下載Medium for All擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Read unlimited premium articles from any medium.com associated website including towardsdatascience.com, uxdesign.cc and many more.                    

擴展基本資訊

名稱 Medium for All Medium for All
ID iiakpffjljhppecmbiklaokmnbacpooa
官方網址 https://chromewebstore.google.com/detail/medium-for-all/iiakpffjljhppecmbiklaokmnbacpooa
簡介 Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.
檔案大小 10.08 KB
安裝次數 2,649
目前版本 1.0.0
更新時間 2022-03-17
上架時間 2022-03-17
評分 1.94/5 共 17 次評分
開發者 Himanshu Yadav
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium for All",
    "version": "1.0.0",
    "description": "Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.",
    "manifest_version": 3,
    "author": "Himanshu Yadav",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "cookies",
        "scripting",
        "webRequest"
    ]
}