Netfencer Porn Block
Anti-porn website blocker. block porn sites, Protect from offensive content and sex-adult websites.
Τι είναι το Netfencer Porn Block;
Το Netfencer Porn Block είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον unclesnail, και η κύρια λειτουργία του είναι "Anti-porn website blocker. block porn sites, Protect from offensive content and sex-adult websites.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Netfencer Porn Block
Λήψη αρχείων επέκτασης Netfencer Porn Block σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Netfencer Porn Block is an Anti-porn website blocker extension on chrome. Easily block any porn or harmful website. Protecting your family from adult and inappropriate content. It's also useful to block NSFW content for Nofap or parental control. ⭐️Features⭐️ 🚫 Blocked Sites Block sites including its subdomains, Remove all distracting and harmful websites from your life by blocking them. Once in the list, our extension will block the site in chrome and it wouldn't be accessible. 🔞 Block sites by keywords Just add separate words or phrases to block all domains that contain related content. 👨 Trusted Sites Sites from this list avoid all blocking settings. list of websites that you allow to be opened in your browser. 🌎 Profanity Hidden Making sure that you don’t see any inappropriate words or other words you don't want to see. 🔐 Password protection You can also password protect the options page to keep you from easily removing sites from your list. You can set a 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. 🛠 Customized Blocked Page You can choose the website you want to be redirected to instead. make your own blocked page by choosing your own text to design customized blocked pages and make them unique to you. Your privacy is important to us. The data collected is not used to identify individual users. The data collected is not shared with any third parties for marketing or targeting individual users. 💡Note💡 To block sites in incognito mode you need to activate the 'Allow in incognito' checkbox on chrome://extensions -> Netfencer Porn Block -> Details page.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Netfencer Porn Block |
ID | dconijmceladdfbjhmjpkfacjemmfeei |
Επίσημο URL | https://chromewebstore.google.com/detail/netfencer-porn-block/dconijmceladdfbjhmjpkfacjemmfeei |
Περιγραφή | Anti-porn website blocker. block porn sites, Protect from offensive content and sex-adult websites. |
Μέγεθος Αρχείου | 1.73 MB |
Αριθμός Εγκαταστάσεων | 44,725 |
Τρέχουσα Έκδοση | 2021.6.7 |
Τελευταία Ενημέρωση | 2021-06-07 |
Ημερομηνία Δημοσίευσης | 2020-12-04 |
Αξιολόγηση | 4.63/5 Συνολικά 84 Αξιολογήσεις |
Προγραμματιστής | unclesnail |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.netfencer.com |
Υποστηριζόμενες Γλώσσες | de,en,fr,nl,tr,es,it,pl,sv,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "js\/crypto-sha256.js", "js\/background.js" ] }, "browser_action": { "default_icon": "images\/logo-128.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "js\/overlay.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.googletagmanager.com https:\/\/www.googletraveladservices.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/analytics.google.com https:\/\/www.google.com; object-src https:\/\/www.google-analytics.com https:\/\/www.google.com 'self'", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "images\/logo-128.png", "48": "images\/logo-48.png", "64": "images\/logo-64.png" }, "manifest_version": 2, "name": "__MSG_extName__", "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": false }, "permissions": [ " |