Lenny Censor

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

Lenny Censor là gì?

Lenny Censor là một tiện ích mở rộng Chrome được phát triển bởi Specterjobin, và tính năng chính của nó là "Replaces the scum of the internet with everyone's favorite stalker, Lenny!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lenny Censor

Tải xuống các tệp mở rộng Lenny Censor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lenny Censor Lenny Censor
ID gkababhipdbbdipjcfaadkllllbngeac
URL Chính Thức https://chromewebstore.google.com/detail/lenny-censor/gkababhipdbbdipjcfaadkllllbngeac
Mô tả Replaces the scum of the internet with everyone's favorite stalker, Lenny!
Kích Thước Tệp 72.68 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.2.8
Cập Nhật Lần Cuối 2017-01-10
Ngày Phát Hành 2017-01-09
Đánh Giá 4.50/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Specterjobin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}