Lenny Censor

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

Cos'è Lenny Censor?

Lenny Censor è un'estensione di Chrome sviluppata da Specterjobin, e la sua funzione principale è "Replaces the scum of the internet with everyone's favorite stalker, Lenny!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lenny Censor

Scarica i file di estensione Lenny Censor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Lenny Censor Lenny Censor
ID gkababhipdbbdipjcfaadkllllbngeac
URL Ufficiale https://chromewebstore.google.com/detail/lenny-censor/gkababhipdbbdipjcfaadkllllbngeac
Descrizione Replaces the scum of the internet with everyone's favorite stalker, Lenny!
Dimensione del File 72.68 KB
Conteggio Installazioni 71
Versione Corrente 1.2.8
Ultimo Aggiornamento 2017-01-10
Data di Pubblicazione 2017-01-09
Valutazione 4.50/5 Totale 18 Valutazioni
Sviluppatore Specterjobin
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}