Porn Blocker
blocks pages containing porn.
Vad är Porn Blocker?
Porn Blocker är en Chrome-tillägg utvecklad av Ayman Eltemmsahy, och dess huvudfunktion är "blocks pages containing porn.".
Ladda ner Porn Blocker-förlängningens CRX-fil
Ladda ner Porn Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | jbdeagmojbldngfcfekkmifcdkfnkcja |
Officiell webbadress | https://chrome.google.com/webstore/detail/porn-blocker/jbdeagmojbldngfcfekkmifcdkfnkcja |
Beskrivning | blocks pages containing porn. |
Filstorlek | 61.37 KB |
Antal Installationer | 302 |
Aktuell Version | 1.14 |
Senast Uppdaterad | 2014-11-17 |
Publiceringsdatum | 2014-11-17 |
Betyg | 3.60/5 Totalt 5 Betyg |
Utvecklare | Ayman Eltemmsahy |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |