EkstraBlock

Blocks the new adblock block on Ekstra Bladet.

Wat is EkstraBlock?

EkstraBlock is een Chrome-extensie ontwikkeld door Null4President, en de belangrijkste functie is "Blocks the new adblock block on Ekstra Bladet.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EkstraBlock

Download EkstraBlock-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

                        EkstraBlock blokerer den nye adblock blokering på Ekstrabladet.dk

Open Source på GitHub: https://github.com/Null4President/EkstraBlock                    

Basisinformatie over de Extensie

Naam EkstraBlock EkstraBlock
ID gkfeoebdmiodjbhclogdmahffifmiejd
Officiële URL https://chromewebstore.google.com/detail/ekstrablock/gkfeoebdmiodjbhclogdmahffifmiejd
Beschrijving Blocks the new adblock block on Ekstra Bladet.
Bestandsgrootte 44.12 KB
Aantal Installaties 21
Huidige Versie 1.0
Laatst Bijgewerkt 2016-06-15
Publicatiedatum 2016-06-15
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Null4President
Betalingswijze free
Ondersteunde Talen da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EkstraBlock",
    "description": "Blocks the new adblock block on Ekstra Bladet.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/ekstrabladet.dk\/*"
            ],
            "js": [
                "jquery.js",
                "ekstrablock.js"
            ]
        }
    ]
}