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 |
Eメール | [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 } |