Porn Blocker
blocks pages containing porn.
Was ist Porn Blocker?
Porn Blocker ist eine Chrome-Erweiterung, die von Ayman Eltemmsahy entwickelt wurde, und ihr Hauptmerkmal ist "blocks pages containing porn.".
Porn Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Porn Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jbdeagmojbldngfcfekkmifcdkfnkcja |
Offizielle URL | https://chrome.google.com/webstore/detail/porn-blocker/jbdeagmojbldngfcfekkmifcdkfnkcja |
Beschreibung | blocks pages containing porn. |
Dateigröße | 61.37 KB |
Installationsanzahl | 302 |
Aktuelle Version | 1.14 |
Letztes Update | 2014-11-17 |
Veröffentlichungsdatum | 2014-11-17 |
Bewertung | 3.60/5 Insgesamt 5 Bewertungen |
Entwickler | Ayman Eltemmsahy |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |