Porn Block
Porn Block
Porn Blockคืออะไร?
Porn Block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย agshubh191 และคุณลักษณะหลักของมันคือ "Porn Block"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Porn Block
ดาวน์โหลดไฟล์ส่วนขยาย 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\/" ] } |