LionBlock

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

什么是LionBlock?

LionBlock是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Adblocking simplified: A low-profile, independent ad blocker for the masses.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载LionBlock扩展crx文件

下载LionBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        "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.                    

扩展基本信息

名称 LionBlock LionBlock
ID jhdmlgkbngkbonnfkknnmeohkomcnagk
官方URL https://chromewebstore.google.com/detail/lionblock/jhdmlgkbngkbonnfkknnmeohkomcnagk
简介 Adblocking simplified: A low-profile, independent ad blocker for the masses.
文件大小 810 KB
安装次数 2,452
当前版本 1.2
更新时间 2017-05-02
上架时间 2017-05-02
评分 4.33/5 共15次评分
开发者 Unknown
付费类型 free
支持的语言 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",
        ""
    ]
}