Lenny Censor

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

What is Lenny Censor?

Lenny Censor is a Chrome extension developed by Specterjobin, and its main feature is "Replaces the scum of the internet with everyone's favorite stalker, Lenny!".

Extension Screenshots

screenshot

Download Lenny Censor Extension CRX File

Download Lenny Censor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Lenny Censor Lenny Censor
ID gkababhipdbbdipjcfaadkllllbngeac
Official URL https://chromewebstore.google.com/detail/lenny-censor/gkababhipdbbdipjcfaadkllllbngeac
Description Replaces the scum of the internet with everyone's favorite stalker, Lenny!
File Size 72.68 KB
Installation Count 71
Current Version 1.2.8
Last Updated 2017-01-10
Publish Date 2017-01-09
Rating 4.50/5 Total 18 Ratings
Developer Specterjobin
Payment Type free
Supported Languages 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"
    ]
}