Block domain's

This extension allows the user to block a domain that you dont want to see again

Wat is Block domain's?

Block domain's is een Chrome-extensie ontwikkeld door Kay Bakhauge, en de belangrijkste functie is "This extension allows the user to block a domain that you dont want to see again".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Block domain's

Download Block domain's-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

                        This extension block's domains you never want to see again. When blocked it will never open a tab with that website. You can export / import domain list.                    

Basisinformatie over de Extensie

Naam Block domain's Block domain's
ID phoaoepnfjffkaggaplhohlbpdpobllc
Officiële URL https://chrome.google.com/webstore/detail/block-domains/phoaoepnfjffkaggaplhohlbpdpobllc
Beschrijving This extension allows the user to block a domain that you dont want to see again
Bestandsgrootte 18.84 KB
Aantal Installaties 368
Huidige Versie 1.0.0.2
Laatst Bijgewerkt 2017-10-11
Publicatiedatum 2017-10-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Kay Bakhauge
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Block domain's",
    "description": "This extension allows the user to block a domain that you dont want to see again",
    "version": "1.0.0.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "bp16.png",
        "24": "bp24.png",
        "32": "bp32.png",
        "64": "bp64.png",
        "128": "bp128.png"
    },
    "browser_action": {
        "default_icon": "bp16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "idle",
        "background"
    ]
}