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