Lenny Censor

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

Что такое Lenny Censor?

Lenny Censor - это расширение Chrome, разработанное Specterjobin, и его основная функция - "Replaces the scum of the internet with everyone's favorite stalker, Lenny!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Lenny Censor

Скачайте файлы расширений Lenny Censor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Lenny Censor Lenny Censor
ID gkababhipdbbdipjcfaadkllllbngeac
Официальный URL https://chromewebstore.google.com/detail/lenny-censor/gkababhipdbbdipjcfaadkllllbngeac
Описание Replaces the scum of the internet with everyone's favorite stalker, Lenny!
Размер файла 72.68 KB
Количество установок 71
Текущая Версия 1.2.8
Последнее Обновление 2017-01-10
Дата публикации 2017-01-09
Рейтинг 4.50/5 Всего 18 оценок
Разработчик Specterjobin
Тип оплаты free
Поддерживаемые языки 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"
    ]
}