Medium Unblocker

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

O que é Medium Unblocker?

Medium Unblocker é uma extensão do Chrome desenvolvida por Paul Ashraf, e sua principal característica é "A small Chrome extension that bypasses the block on the website "Medium"".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Medium Unblocker

Baixe arquivos de extensão Medium Unblocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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`.                    

Informações Básicas da Extensão

Nome Medium Unblocker Medium Unblocker
ID dbannipnecjbkocecnoedgfddobboell
URL Oficial https://chromewebstore.google.com/detail/medium-unblocker/dbannipnecjbkocecnoedgfddobboell
Descrição A small Chrome extension that bypasses the block on the website "Medium"
Tamanho do Arquivo 107 KB
Contagem de Instalações 504
Versão Atual 0.1
Última Atualização 2020-10-13
Data de Publicação 2020-10-12
Classificação 3.20/5 Total de 5 Avaliações
Desenvolvedor Paul Ashraf
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.paulashraf.com/
URL da Página de Ajuda https://paypal.me/paulashraf
Idiomas Suportados 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
}