Lenny Censor

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

什么是Lenny Censor?

Lenny Censor是由Specterjobin开发的Chrome扩展程序,该扩展的主要功能是“Replaces the scum of the internet with everyone's favorite stalker, Lenny!”。

扩展截图

screenshot

下载Lenny Censor扩展crx文件

下载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"
    ]
}