Lenny Censor

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

Apa itu Lenny Censor?

Lenny Censor adalah ekstensi Chrome yang dikembangkan oleh Specterjobin, dan fitur utamanya adalah "Replaces the scum of the internet with everyone's favorite stalker, Lenny!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lenny Censor

Unduh file ekstensi Lenny Censor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Lenny Censor Lenny Censor
ID gkababhipdbbdipjcfaadkllllbngeac
URL Resmi https://chromewebstore.google.com/detail/lenny-censor/gkababhipdbbdipjcfaadkllllbngeac
Deskripsi Replaces the scum of the internet with everyone's favorite stalker, Lenny!
Ukuran File 72.68 KB
Jumlah Instalasi 71
Versi Saat Ini 1.2.8
Terakhir Diperbarui 2017-01-10
Tanggal Publikasi 2017-01-09
Penilaian 4.50/5 Total 18 Penilaian
Pengembang Specterjobin
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}