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
电子邮箱 [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
}