Porn Blocker

blocks pages containing porn.

Wat is Porn Blocker?

Porn Blocker is een Chrome-extensie ontwikkeld door Ayman Eltemmsahy, en de belangrijkste functie is "blocks pages containing porn.".

Download het CRX-bestand van de extensie Porn Blocker

Download Porn Blocker-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 blocks porn websites. It gives you the ability to change the opacity of the page to partially see what's beneath. And you can view the page if you decide you want to see it.                    

Basisinformatie over de Extensie

Naam Porn Blocker Porn Blocker
ID jbdeagmojbldngfcfekkmifcdkfnkcja
Officiële URL https://chrome.google.com/webstore/detail/porn-blocker/jbdeagmojbldngfcfekkmifcdkfnkcja
Beschrijving blocks pages containing porn.
Bestandsgrootte 61.37 KB
Aantal Installaties 302
Huidige Versie 1.14
Laatst Bijgewerkt 2014-11-17
Publicatiedatum 2014-11-17
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar Ayman Eltemmsahy
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Porn Blocker",
    "version": "1.14",
    "description": "blocks pages containing porn.",
    "icons": {
        "16": "icon-16.ico",
        "48": "icon-48.ico",
        "128": "icon-128.ico"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "extra.js",
                "main.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}