Porn Block
Porn Block
什么是Porn Block?
Porn Block是由agshubh191开发的Chrome扩展程序,该扩展的主要功能是“Porn Block”。
下载Porn Block扩展crx文件
下载Porn Block扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Filter adult content by processing each and every image on webpage. (Use machine learning algorithm)
扩展基本信息
名称 | ![]() |
ID | bobedckgfphlpjghddmfikdmhfoakajj |
官方URL | https://chrome.google.com/webstore/detail/porn-block/bobedckgfphlpjghddmfikdmhfoakajj |
简介 | Porn Block |
文件大小 | 1.07 MB |
安装次数 | 29 |
当前版本 | 0.1.0 |
更新时间 | 2018-04-15 |
上架时间 | 2018-04-15 |
评分 | 1.00/5 共2次评分 |
开发者 | agshubh191 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Porn Block", "version": "0.1.0", "description": "Porn Block", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "js\/jquery.min.js", "js\/keras.min.js", "js\/jquery.getimagedata.js", "js\/mutation-summary.js", "content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "web_accessible_resources": [ "web-accessible-resources\/fourth_try.bin" ], "permissions": [ "https:\/\/obscure-citadel-79502.herokuapp.com\/" ] } |