Lenny Censor

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

Wat is Lenny Censor?

Lenny Censor is een Chrome-extensie ontwikkeld door Specterjobin, en de belangrijkste functie is "Replaces the scum of the internet with everyone's favorite stalker, Lenny!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lenny Censor

Download Lenny Censor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Lenny Censor Lenny Censor
ID gkababhipdbbdipjcfaadkllllbngeac
Officiële URL https://chromewebstore.google.com/detail/lenny-censor/gkababhipdbbdipjcfaadkllllbngeac
Beschrijving Replaces the scum of the internet with everyone's favorite stalker, Lenny!
Bestandsgrootte 72.68 KB
Aantal Installaties 71
Huidige Versie 1.2.8
Laatst Bijgewerkt 2017-01-10
Publicatiedatum 2017-01-09
Beoordeling 4.50/5 Totaal 18 Beoordelingen
Ontwikkelaar Specterjobin
Betalingswijze free
Ondersteunde Talen 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"
    ]
}