LionBlock

Adblocking simplified: A low-profile, independent ad blocker for the masses.

What is LionBlock?

LionBlock is a Chrome extension developed by Unknown, and its main feature is "Adblocking simplified: A low-profile, independent ad blocker for the masses.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download LionBlock Extension CRX File

Download LionBlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        "Adblocking simplified: A low-profile, independent ad blocker for the masses." LionBlock's sole purpose is to block pesky ads so users can enjoy a safe browsing experience.                    

Extension Basic Information

Name LionBlock LionBlock
ID jhdmlgkbngkbonnfkknnmeohkomcnagk
Official URL https://chromewebstore.google.com/detail/lionblock/jhdmlgkbngkbonnfkknnmeohkomcnagk
Description Adblocking simplified: A low-profile, independent ad blocker for the masses.
File Size 810 KB
Installation Count 2,452
Current Version 1.2
Last Updated 2017-05-02
Publish Date 2017-05-02
Rating 4.33/5 Total 15 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LionBlock",
    "description": "Adblocking simplified: A low-profile, independent ad blocker for the masses.",
    "version": "1.2",
    "background": {
        "scripts": [
            "js\/blocker.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "runtime",
        ""
    ]
}