Lenny Censor

Replaces the scum of the internet with everyone's favorite stalker, Lenny!

O que é Lenny Censor?

Lenny Censor é uma extensão do Chrome desenvolvida por Specterjobin, e sua principal característica é "Replaces the scum of the internet with everyone's favorite stalker, Lenny!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lenny Censor

Baixe arquivos de extensão Lenny Censor 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

                                            

Informações Básicas da Extensão

Nome Lenny Censor Lenny Censor
ID gkababhipdbbdipjcfaadkllllbngeac
URL Oficial https://chromewebstore.google.com/detail/lenny-censor/gkababhipdbbdipjcfaadkllllbngeac
Descrição Replaces the scum of the internet with everyone's favorite stalker, Lenny!
Tamanho do Arquivo 72.68 KB
Contagem de Instalações 71
Versão Atual 1.2.8
Última Atualização 2017-01-10
Data de Publicação 2017-01-09
Classificação 4.50/5 Total de 18 Avaliações
Desenvolvedor Specterjobin
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "scripts.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "functions.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Replaces the scum of the internet with everyone's favorite stalker, Lenny!",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Lenny Censor",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "",
        "storage",
        "browsingData"
    ],
    "short_name": "Lenny Censor",
    "version": "1.2.8",
    "web_accessible_resources": [
        "words.json"
    ]
}