Medium Premium
It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.
什麼是Medium Premium?
Medium Premium是由Arun Kumar Dave開發的Chrome擴展程式,該擴展的主要功能是“It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.”。
擴展截圖
下載Medium Premium擴展crx文件
下載Medium Premium擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple chrome extension that loads Premium content of Medium blog of the current tab
擴展基本資訊
名稱 | Medium Premium |
ID | gingmakaicaahbfjipopapefpkehhelk |
官方網址 | https://chromewebstore.google.com/detail/medium-premium/gingmakaicaahbfjipopapefpkehhelk |
簡介 | It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content. |
檔案大小 | 13.21 KB |
安裝次數 | 614 |
目前版本 | 1.0 |
更新時間 | 2023-04-03 |
上架時間 | 2023-04-02 |
評分 | 3.00/5 共 2 次評分 |
開發者 | Arun Kumar Dave |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Medium Premium", "version": "1.0", "description": "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.", "permissions": [ "activeTab", "incognito", "tabs", "scripting", "https:\/\/*.medium.com\/*" ], "action": { "default_title": "Medium Premium", "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } } |