Medium redirector
A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
Medium redirectorとは何ですか?
Medium redirectorはhttps://mtiifa.github.ioによって開発されたChromeの拡張機能で、その主な機能は「A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.」です。
拡張機能のスクリーンショット
Medium redirector拡張機能のCRXファイルをダウンロード
Medium redirector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
By redirecting All Medium.com blogs to a mirror website, Now you can explore the blog if you were not able to access it due to the ISP or the organization's restrictions.
拡張機能の基本情報
名前 | Medium redirector |
ID | oamhanfbbibdigfbcmgnmonhjnlmjepj |
公式URL | https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj |
説明 | A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it. |
ファイルサイズ | 42.36 KB |
インストール数 | 228 |
現在のバージョン | 1.5 |
最終更新日 | 2022-08-25 |
公開日 | 2021-03-19 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | https://mtiifa.github.io |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Medium redirector", "version": "1.5", "author": "Mo'men Tawfik", "permissions": [ "webNavigation" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png" } } |