Porn Block
Porn Block
Wat is Porn Block?
Porn Block is een Chrome-extensie ontwikkeld door agshubh191, en de belangrijkste functie is "Porn Block".
Download het CRX-bestand van de extensie Porn Block
Download Porn Block-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Filter adult content by processing each and every image on webpage. (Use machine learning algorithm)
Basisinformatie over de Extensie
Naam | ![]() |
ID | bobedckgfphlpjghddmfikdmhfoakajj |
Officiële URL | https://chrome.google.com/webstore/detail/porn-block/bobedckgfphlpjghddmfikdmhfoakajj |
Beschrijving | Porn Block |
Bestandsgrootte | 1.07 MB |
Aantal Installaties | 29 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2018-04-15 |
Publicatiedatum | 2018-04-15 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | agshubh191 |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |