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 |
公式URL | 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 |
Eメール | [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" } } } |