Ninja Adult Porn Blocker
The most powerful adult porn websites blocker. Enjoy the beauty of the clean internet without worries.
什么是Ninja Adult Porn Blocker?
Ninja Adult Porn Blocker是由ixstudio.net开发的Chrome扩展程序,该扩展的主要功能是“The most powerful adult porn websites blocker. Enjoy the beauty of the clean internet without worries.”。
扩展截图
下载Ninja Adult Porn Blocker扩展crx文件
下载Ninja Adult Porn Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
💢 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.
扩展基本信息
名称 | Ninja Adult Porn Blocker |
ID | fheifbcbhmbfbebmidanhpeebappbfpd |
官方URL | https://chromewebstore.google.com/detail/ninja-adult-porn-blocker/fheifbcbhmbfbebmidanhpeebappbfpd |
简介 | The most powerful adult porn websites blocker. Enjoy the beauty of the clean internet without worries. |
文件大小 | 134 KB |
安装次数 | 10,568 |
当前版本 | 1.7 |
更新时间 | 2023-09-21 |
上架时间 | 2020-10-05 |
评分 | 4.49/5 共101次评分 |
开发者 | ixstudio.net |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |