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
官方網址 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"
    ]
}