Ninja Adult Porn Blocker
The most powerful adult porn websites blocker. Enjoy the beauty of the clean internet without worries.
What is Ninja Adult Porn Blocker?
Ninja Adult Porn Blocker is a Chrome extension developed by ixstudio.net, and its main feature is "The most powerful adult porn websites blocker. Enjoy the beauty of the clean internet without worries.".
Extension Screenshots
Download Ninja Adult Porn Blocker Extension CRX File
Download Ninja Adult Porn Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
💢 Block adult and porn websites. Filter Google, Bing and Yahoo search results! 💢 ✅ Do you want to protect your family from adult content? We blocked over 50,000 URLs on the web. Most visited adult websites and adult keywords! So don't worry about using the Internet! 👉 Please let us know if you see an address not blocked. We'll add it in our database! 🍀 Enjoy from the clean web.
Extension Basic Information
Name | Ninja Adult Porn Blocker |
ID | fheifbcbhmbfbebmidanhpeebappbfpd |
Official URL | https://chromewebstore.google.com/detail/ninja-adult-porn-blocker/fheifbcbhmbfbebmidanhpeebappbfpd |
Description | The most powerful adult porn websites blocker. Enjoy the beauty of the clean internet without worries. |
File Size | 134 KB |
Installation Count | 10,568 |
Current Version | 1.7 |
Last Updated | 2023-09-21 |
Publish Date | 2020-10-05 |
Rating | 4.49/5 Total 101 Ratings |
Developer | ixstudio.net |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ninja Adult Porn Blocker", "author": "IX Studio", "version": "1.7", "description": "The most powerful adult porn websites blocker. Enjoy the beauty of the clean internet without worries.", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "assets\/js\/url.js", "background.js" ] }, "content_scripts": [ { "js": [ "assets\/js\/jquery-3.5.1.min.js", "assets\/js\/check_url.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "assets\/images\/ninjakit_enable.png", "48": "assets\/images\/ninjakit_enable.png", "128": "assets\/images\/ninjakit_enable.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/ninjakit_enable.png", "default_title": "Ninja Adult Porn Blocker" }, "manifest_version": 2 } |