Vaporfly Vaporizer

Removes Facebook comments and posts that mention Nike Supershoes

O que é Vaporfly Vaporizer?

Vaporfly Vaporizer é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Removes Facebook comments and posts that mention Nike Supershoes".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Vaporfly Vaporizer

Baixe arquivos de extensão Vaporfly Vaporizer 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

                        This Chrome Extension will hide (leaving a blank space) all posts or comments with Vaporfly, Alphafly, Next%, or 4%.

If it is a post, it will hide the post AND all comments. If it is a comment, it will hide just the comment.12                    

Informações Básicas da Extensão

Nome Vaporfly Vaporizer Vaporfly Vaporizer
ID epccdegdcgopafaodmjhoibdebanphmg
URL Oficial https://chromewebstore.google.com/detail/vaporfly-vaporizer/epccdegdcgopafaodmjhoibdebanphmg
Descrição Removes Facebook comments and posts that mention Nike Supershoes
Tamanho do Arquivo 446 KB
Contagem de Instalações 25
Versão Atual 0.1
Última Atualização 2020-02-03
Data de Publicação 2020-02-03
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vaporfly Vaporizer",
    "short_name": "vapor(fly)izer",
    "version": "0.1",
    "icons": {
        "16": "no-vaporfly-16px.png",
        "48": "no-vaporfly-48px.png",
        "128": "no-vaporfly-icon.png"
    },
    "description": "Removes Facebook comments and posts that mention Nike Supershoes",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}