No Promo Bro : A Reddit Ad Remover

A Reddit Ad Remover

O que é No Promo Bro : A Reddit Ad Remover ?

No Promo Bro : A Reddit Ad Remover é uma extensão do Chrome desenvolvida por iklassen, e sua principal característica é "A Reddit Ad Remover".

Baixar o arquivo CRX da Extensão No Promo Bro : A Reddit Ad Remover

Baixe arquivos de extensão No Promo Bro : A Reddit Ad Remover 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

                        No Promo Bro is an extension that detects and hides promotional posts on Reddits new layout.

This extension was created because of my own personal disgust for click bait. I decided to share it for anyone who feels the same but may not have the time and/or ability to make their own extension, enjoy!

I make these kinds of things for fun and will always share them for free.                    

Informações Básicas da Extensão

Nome No Promo Bro : A Reddit Ad Remover No Promo Bro : A Reddit Ad Remover
ID gamkfmmgoombjjkghnhhnfejafnfdchc
URL Oficial https://chrome.google.com/webstore/detail/no-promo-bro-a-reddit-ad/gamkfmmgoombjjkghnhhnfejafnfdchc
Descrição A Reddit Ad Remover
Tamanho do Arquivo 29.28 KB
Contagem de Instalações 61
Versão Atual 1.0.1
Última Atualização 2018-07-16
Data de Publicação 2018-07-16
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor iklassen
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/ikklassen/No-Promo-Bro/tree/master
Idiomas Suportados en-US
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "enter.js"
            ],
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/www.reddit.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Promo Bro : A Reddit Ad Remover ",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "A Reddit Ad Remover",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}