Porn Block
Porn Block
Apa itu Porn Block?
Porn Block adalah ekstensi Chrome yang dikembangkan oleh agshubh191, dan fitur utamanya adalah "Porn Block".
Unduh Berkas CRX Ekstensi Porn Block
Unduh file ekstensi Porn Block dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Filter adult content by processing each and every image on webpage. (Use machine learning algorithm)
Informasi Dasar Ekstensi
Nama | ![]() |
ID | bobedckgfphlpjghddmfikdmhfoakajj |
URL Resmi | https://chrome.google.com/webstore/detail/porn-block/bobedckgfphlpjghddmfikdmhfoakajj |
Deskripsi | Porn Block |
Ukuran File | 1.07 MB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2018-04-15 |
Tanggal Publikasi | 2018-04-15 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | agshubh191 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |