Porn Blocker
blocks pages containing porn.
Hvad er Porn Blocker?
Porn Blocker er en Chrome-udvidelse udviklet af Ayman Eltemmsahy, og dens hovedfunktion er "blocks pages containing porn.".
Download Porn Blocker-udvidelses-CRX-fil
Download Porn Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jbdeagmojbldngfcfekkmifcdkfnkcja |
Officiel URL | https://chrome.google.com/webstore/detail/porn-blocker/jbdeagmojbldngfcfekkmifcdkfnkcja |
Beskrivelse | blocks pages containing porn. |
Filstørrelse | 61.37 KB |
Antal Installationer | 302 |
Nuværende Version | 1.14 |
Senest Opdateret | 2014-11-17 |
Udgivelsesdato | 2014-11-17 |
Bedømmelse | 3.60/5 Samlet 5 Bedømmelser |
Udvikler | Ayman Eltemmsahy |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |