Lenny Censor

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

Co to jest Lenny Censor?

Lenny Censor to rozszerzenie Chrome opracowane przez Specterjobin, a jego główną funkcją jest „Replaces the scum of the internet with everyone's favorite stalker, Lenny!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Lenny Censor

Pobierz pliki rozszerzeń Lenny Censor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Lenny Censor Lenny Censor
ID gkababhipdbbdipjcfaadkllllbngeac
Oficjalny URL https://chromewebstore.google.com/detail/lenny-censor/gkababhipdbbdipjcfaadkllllbngeac
Opis Replaces the scum of the internet with everyone's favorite stalker, Lenny!
Rozmiar pliku 72.68 KB
Liczba instalacji 71
Aktualna Wersja 1.2.8
Ostatnia Aktualizacja 2017-01-10
Data Publikacji 2017-01-09
Ocena 4.50/5 Łącznie 18 Oceny
Deweloper Specterjobin
Typ Płatności free
Obsługiwane Języki 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"
    ]
}