LionBlock

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

Wat is LionBlock?

LionBlock is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Adblocking simplified: A low-profile, independent ad blocker for the masses.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie LionBlock

Download LionBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam LionBlock LionBlock
ID jhdmlgkbngkbonnfkknnmeohkomcnagk
Officiële URL https://chromewebstore.google.com/detail/lionblock/jhdmlgkbngkbonnfkknnmeohkomcnagk
Beschrijving Adblocking simplified: A low-profile, independent ad blocker for the masses.
Bestandsgrootte 810 KB
Aantal Installaties 2,452
Huidige Versie 1.2
Laatst Bijgewerkt 2017-05-02
Publicatiedatum 2017-05-02
Beoordeling 4.33/5 Totaal 15 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}