Smart Internet Porn Filter from vRate

Intelligently blocks adult/pornographic content by applying artificial intelligence to analyze images on every page

O que é Smart Internet Porn Filter from vRate?

Smart Internet Porn Filter from vRate é uma extensão do Chrome desenvolvida por https://masala.one, e sua principal característica é "Intelligently blocks adult/pornographic content by applying artificial intelligence to analyze images on every page".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Smart Internet Porn Filter from vRate

Baixe arquivos de extensão Smart Internet Porn Filter from vRate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        🚧 IMPORTANT NOTICE 
This is a new version of the extension in compliance with the recently announced Chrome Web Store (CWS) Payment Deprecation Schedule  
⇢ https://developer.chrome.com/webstore/cws-payments-deprecation

After the one week free trial, you can subscribe to the extension directly on our app.
For existing users, we extend the purchase to a full year complimentary subscription.

vRate Extension is a smart internet content blocker that filters adult and racy visual elements by analyzing images on a web page leveraging the latest advances in artificial intelligence and machine learning.    The extension gathers information about images on every page and send it to Masala.AI's high performance content rating API  to identify and rate offensive content.  All this happens at near real time to give you an un-interrupted browsing experience while keeping the internet safe for your children.   The smart filter replaces any images containing explicit nudity as well as images with racy content including revealing clothing and provocative poses.  The sensitivity for the blocking behavior, including adult vs. racy content can be controlled in the settings page.  The extension also blocks images in popular search engines including Google, Bing for further safety in search sessions.

❅ The extension is now only available for a nominal one time fee after your free trial period, to be able to cover the ongoing development & support costs. 
❅ Please note that the extension or the supporting Media Rating API technology does not store, record or analyze your personal data. The extension operates by intercepting images prior to loading in Chrome.  The intercepted images are analyzed in the cloud. Only publicly accessible URLs of images are sent to the Media Rating APIs. 
❅ If you would want to cancel your subscription and/or remove the extension . Please refer to the user guide in the extension's popup page.
❅ If you have purchased the product before 05/18/2021, you are eligible for 1 year free subscription and requires no cancellation.
❅ For any issues additional inquiries or refund requests, feel free to contact vRate Support at - [email protected].


PRIVACY POLICY 
Our Privacy Policy is located at https://www.masala.one/about/privacy-policy/.  

TERMS OF USE
Our Terms of Use is located at https://www.masala.one/support/vrate-extension-terms-of-use/ 

Users may occasionally see slower loading times of websites due to traffic on the cloud.   This is normal behavior and should automatically correct, however, if for any reason you believe the requests are being blocked for an abnormally long time, disabling & re-enabling the extension through the Chrome Extensions page should resolve the problem quickly.   

While we apply the state-of-the-art in artificial intelligence(AI) to deliver this service, current advancements are still short of comparable human accuracy.   However, we believe that these are first steps towards the application of AI and image analysis to keep the internet safe for our children.   In the fast changing internet of today, traditional techniques used by current internet filters are always a step behind.  This is because static blacklists need to be constantly updated.  Additionally seemingly innocuous websites like social networks, media sharing platforms, mixed-use websites, that are generally not blocked by blacklists also end up serving content that are sometimes not appropriate for children.  The vRate smart filter overcomes this problem by applying the same intelligent rules to every web page page that it sees.  Further, the Blacklists & Whitelists offered by the extension allows users to customize the filtering behavior by selectively specifying sites to block or allow, which overrides the default functionality.

DISCLOSURE

vRate applies the latest advancements in artificial intelligence to automatically determine obscene content without any manual intervention. However, like all services that depend on artificial intelligence, there is always a chance of error associated with the final determination made by the computer system.  The current error rate ranges from 4% to 15% and is largely dependent on the quality of the image and context.  Additionally, vRate applies several other rules to identify inappropriate content to ensure the maximum possible accuracy, but there is no guarantee of 100% accuracy and the possibilities of errors exist.   vRate browser extension currently analyzes only images and replaces inappropriate ones with a warning image. A wide range of image formats are supported, but streaming videos, flash content, display ads and other media content that do not render as a supported image are not analyzed and will be displayed as is.   Feature requests or issues can be reported at [email protected].  By the use of this extension, you agree that you have read this disclosure and Our Terms of Use and Privacy Policy documentation.                    

Informações Básicas da Extensão

Nome Smart Internet Porn Filter from vRate Smart Internet Porn Filter from vRate
ID hikjbimjpogeajolkcggpbhjdlpifcmk
URL Oficial https://chromewebstore.google.com/detail/smart-internet-porn-filte/hikjbimjpogeajolkcggpbhjdlpifcmk
Descrição Intelligently blocks adult/pornographic content by applying artificial intelligence to analyze images on every page
Tamanho do Arquivo 2.09 MB
Contagem de Instalações 3,950
Versão Atual 2.11
Última Atualização 2023-09-19
Data de Publicação 2020-05-09
Classificação 4.41/5 Total de 59 Avaliações
Desenvolvedor https://masala.one
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.masala.one/products
URL da Página de Ajuda https://www.masala.one/support/vrate-chrome-extension-faq/
URL da Página de Política de Privacidade https://www.masala.one/about/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "vRate",
    "version": "2.11",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-2.0.0.js",
                "scripts\/cs.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_page": "pin.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "activeTab",
        "storage",
        "notifications",
        "alarms",
        "identity",
        "management",
        "https:\/\/www.googleapis.com\/",
        "browsingData"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "vRate",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/block.svg",
        "images\/close.png",
        "pin.html",
        "landing.html"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/vrate-masala-ai.web.app\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/googleapis.com https:\/\/*.gstatic.com https:\/\/cdn.firebase.com\/ https:\/\/*.firebaseio.com https:\/\/*.vrate.net ; object-src 'self'",
    "oauth2": {
        "client_id": "381760771760-pf7qb5bkkptphpevipo7ecpl2s7u3eig.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3CgYmbuOwZoY0RZI\/oNaWf2\/DjqBijw\/D2KYJ8Yi4vrHLkhSPaZL4asfqra7IPWR8cH\/IaXf97dIydL8pxZ78FkgTYnVlqoWbzJGJhnodChmiVKLCXl88yxO\/7WkKcsNGJUfoX91iol8ib8z3DT1UYcVVLikFVT\/jpZnCY57BYze8KOKizAyzkEduCw3\/X5A2JeWeA\/MIzcQYtWEhFVkJVstcZ2HYpRmucvAta4OErQx1reloHLgzHqSqzyZQhokbBHeJTFhvCJS9f51yKcA5f3jiT3dmW2tDgoSLTtodVhCZpZh9mnbedk\/yEDfjPpI1pZz8Pwoq6l+JGDnj8qQtQIDAQAB"
}