Parental Control - Adult Blocker
Block porn sites, protect your child from adult websites. Anti-porn addon. Restricts access to adult content.
什麼是Parental Control - Adult Blocker?
Parental Control - Adult Blocker是由freshtools.cmp開發的Chrome擴展程式,該擴展的主要功能是“Block porn sites, protect your child from adult websites. Anti-porn addon. Restricts access to adult content.”。
擴展截圖
下載Parental Control - Adult Blocker擴展crx文件
下載Parental Control - Adult Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Block porn sites, protect your child from adult websites. Anti-porn addon. Restricts the access to adult content. Have you ever thought how to block porn sites on a computer to protect your child from seeing adult content? We have a solution for you – Parental control – Porn blocker software! With our easy to use extension, you can protect your child from the content on the web that your child should not see. It works as an adult website blocker, porn blocker in chrome browser. While your kids or family members are surfing the internet our adult blocker inspects pages for keywords that indicate that page contains porno or adult content, and if one of the keywords found – or porn blocker for chrome blocks that page with inappropriate content, protecting viewers from what they shouldn’t see. Our features: - Blacklist. Create a list of websites that you want to be inaccessible from your browser. Once in the list our extension will block site in chrome and it wouldn’t be accessible. - Whitelist. A list of websites that you allow to be opened in your browser. Just add a domain name and serf them freely while still blocking other adult or sensitive sites that are not in whitelist. - Password protection. You can set password on activation and deactivation of extension and extension settings. Use this feature to exclude the possibility of your child deactivating the extension or to eliminate accidental changes in settings. - Hide icon. You can choose to show empty extension icon so that it would be not so visible to your child. - Block page style. We have added three styles of a block page for you to choose from. Alerting red with a distinctive warning that content is forbidden to access. Its great to make sure that viewer will see that page had adult content or was blocked by you. Soft gray page for less aggressive everyday usage with just skipping the sensitive content. And a Chrome 404 error page, so blocking would be hidden and it would seem that this site or page is just unavailable or closed. - Activate SafeSearch on search engines and YouTube. This feature is to be even more secure. It activates SafeSearch analogs on the search providers and the sites that support it. We are very proud of our extension and very happy that we can help you to protect you children, teens and adults from inappropriate content on the Internet. We are sure that you will find our product as the simplest and effective extension for filtering and blocking porno content. We offer our extension porn blocker to you free. So try it!
擴展基本資訊
名稱 | |
ID | peocghcbolghcodidjgkndgahnlaecfl |
官方網址 | https://chrome.google.com/webstore/detail/parental-control-adult-bl/peocghcbolghcodidjgkndgahnlaecfl |
簡介 | Block porn sites, protect your child from adult websites. Anti-porn addon. Restricts access to adult content. |
檔案大小 | 491 KB |
安裝次數 | 51,361 |
目前版本 | 2.20.1 |
更新時間 | 2021-05-05 |
上架時間 | 2019-05-11 |
評分 | 3.27/5 共 156 次評分 |
開發者 | freshtools.cmp |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://parentalcontrol.site/privacy |
支援的語言 | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "libs\/jquery.js", "libs\/prototype.js", "libs\/aes.js", "js\/settings.js", "js\/initialize.js", "js\/api.js", "js\/utils.js", "js\/browser.js", "js\/adult.js", "js\/bg.js" ] }, "browser_action": { "default_icon": { "128": "assets\/icons\/icon-128.png", "32": "assets\/icons\/icon-48.png", "48": "assets\/icons\/icon-48.png", "64": "assets\/icons\/icon-48.png" }, "default_popup": "popup.html", "default_title": "Parental Control" }, "content_scripts": [ { "all_frames": true, "js": [ "content\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": false, "js": [ "content\/engines.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'", "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "assets\/icons\/icon-128.png", "32": "assets\/icons\/icon-48.png", "48": "assets\/icons\/icon-48.png", "64": "assets\/icons\/icon-48.png" }, "incognito": "spanning", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi0EO99uPcyBDxK3e2jZlcXifeiQxIqOSormL75reOR8l49zRpaWbE2MHIHOmEeD8MMrwlVBzBoI1DTrZ+lHhbq\/VRc73HIBIb\/4NnIcVwdg2+6f0l4pcdxsN4Vh0Jhw0Jj+DGcWNDqd2egGr6s+CAf\/byMLRg5+y3\/p\/N1PXwmkOZL8QKcx3\/P4LU44Y1TSbqUq3C9U5gDPTcAI6Y5FcK8PppCh8jk\/kxL7iaU8Da0lvhiSPpSTF3o6zZT81mA0AvC3fI5QWRU8zJZmC1IOBFrjJQ1JumfcC7KP7FhJlGXdK3NfhXNOhx26IJUxPAVG3VC6VqBlSRXKczN7Px7tDRQIDAQAB", "manifest_version": 2, "name": "__MSG_name__", "options_page": "options.html", "permissions": [ "contextMenus", "storage", "tabs", "webRequest", "webRequestBlocking", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "ParentalControl", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.20.1", "version_name": "2.20.1", "web_accessible_resources": [ "assets\/css\/content.css", "assets\/icons\/*.*" ] } |