Lenny Censor

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

Qu'est-ce que Lenny Censor ?

Lenny Censor est une extension Chrome développée par Specterjobin, et sa fonction principale est "Replaces the scum of the internet with everyone's favorite stalker, Lenny!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lenny Censor

Téléchargez les fichiers d'extension Lenny Censor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Lenny Censor Lenny Censor
ID gkababhipdbbdipjcfaadkllllbngeac
URL Officiel https://chromewebstore.google.com/detail/lenny-censor/gkababhipdbbdipjcfaadkllllbngeac
Description Replaces the scum of the internet with everyone's favorite stalker, Lenny!
Taille du Fichier 72.68 KB
Nombre d'Installations 71
Version Actuelle 1.2.8
Dernière Mise à Jour 2017-01-10
Date de Publication 2017-01-09
Évaluation 4.50/5 Total 18 Évaluations
Développeur Specterjobin
Type de Paiement free
Langues Prises en Charge 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"
    ]
}