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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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"
    ]
}