Medium Unblocker

A small Chrome extension that bypasses the block on the website "Medium"

Medium Unblockerとは何ですか?

Medium UnblockerはPaul Ashrafによって開発されたChromeの拡張機能で、その主な機能は「A small Chrome extension that bypasses the block on the website "Medium"」です。

拡張機能のスクリーンショット

screenshot

Medium Unblocker拡張機能のCRXファイルをダウンロード

Medium Unblocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A small Chrome extension that bypasses the block on the website "Medium". It listens for urls starting with `https://medium.com/` and adds a `.` after the `.com`.                    

拡張機能の基本情報

名前 Medium Unblocker Medium Unblocker
ID dbannipnecjbkocecnoedgfddobboell
公式URL https://chromewebstore.google.com/detail/medium-unblocker/dbannipnecjbkocecnoedgfddobboell
説明 A small Chrome extension that bypasses the block on the website "Medium"
ファイルサイズ 107 KB
インストール数 504
現在のバージョン 0.1
最終更新日 2020-10-13
公開日 2020-10-12
評価 3.20/5 合計 5 レビュー
開発者 Paul Ashraf
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.paulashraf.com/
ヘルプページのURL https://paypal.me/paulashraf
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium Unblocker",
    "version": "0.1",
    "description": "A small Chrome extension that bypasses the block on the website \"Medium\"",
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}