Lenny Censor

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

Vad är Lenny Censor?

Lenny Censor är en Chrome-tillägg utvecklad av Specterjobin, och dess huvudfunktion är "Replaces the scum of the internet with everyone's favorite stalker, Lenny!".

Tilläggsskärmbilder

screenshot

Ladda ner Lenny Censor-förlängningens CRX-fil

Ladda ner Lenny Censor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Lenny Censor Lenny Censor
ID gkababhipdbbdipjcfaadkllllbngeac
Officiell webbadress https://chromewebstore.google.com/detail/lenny-censor/gkababhipdbbdipjcfaadkllllbngeac
Beskrivning Replaces the scum of the internet with everyone's favorite stalker, Lenny!
Filstorlek 72.68 KB
Antal Installationer 71
Aktuell Version 1.2.8
Senast Uppdaterad 2017-01-10
Publiceringsdatum 2017-01-09
Betyg 4.50/5 Totalt 18 Betyg
Utvecklare Specterjobin
Betalningssätt free
Stödda Språk 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"
    ]
}