Lenny Censor

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

Co je Lenny Censor?

Lenny Censor je rozšíření Chrome vyvinuté Specterjobin, a jeho hlavní funkcí je „Replaces the scum of the internet with everyone's favorite stalker, Lenny!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Lenny Censor

Stáhněte si soubory rozšíření Lenny Censor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Lenny Censor Lenny Censor
ID gkababhipdbbdipjcfaadkllllbngeac
Oficiální URL https://chromewebstore.google.com/detail/lenny-censor/gkababhipdbbdipjcfaadkllllbngeac
Popis Replaces the scum of the internet with everyone's favorite stalker, Lenny!
Velikost souboru 72.68 KB
Počet instalací 71
Aktuální Verze 1.2.8
Poslední Aktualizace 2017-01-10
Datum Vydání 2017-01-09
Hodnocení 4.50/5 Celkem 18 Hodnocení
Vývojář Specterjobin
Typ Platby free
Podporované Jazyky 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"
    ]
}