Web Assist Plus

Enjoy Secure Internet Browsing

Wat is Web Assist Plus?

Web Assist Plus is een Chrome-extensie ontwikkeld door https://webassistplus.com, en de belangrijkste functie is "Enjoy Secure Internet Browsing".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Web Assist Plus

Download Web Assist Plus-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

                        Get Web Assist Plus to experience a never before security while you browse the internet. Just install the extension and use it to know the security level of a website you’re on.

Install the “Web Assist Plus” extension on your Chrome browser to ensure the greatest online security.

Features
- Get information about security on a website.
- Ensure optimum security when you’re aware of the website.
- Absolutely FREE extension.
- Easy-to-use extension for everyone. 
- Providing the best search results by changing your default search engine to Bing.

How to use Web Assist Plus?
Once you install Web Assist Plus Extension on your Chrome browser, you may click the extension icon at the top right corner of your Chrome browser to know the security status of the website you’re visiting. 

The protective algorithm analyzes your website to inform you further.
If the website is safe, you'll be notified in green information about website security.
If the website is not secure for your visit, you'll be alerted with orange warning signs and warnings.
If the website is not safe for your visit, you'll be alerted with red warning signs and warnings.

It is important to know that Web Assist Plus changes your default search engine to Bing to ensure that you get the most accurate results to your search term.

If you have any queries, suggestions, or feedback, please contact us at "https://www.webassistplus.com/contact-us/" and help us improve our services for you.

Upon clicking the 'Add to Chrome' button, you confirm your agreement to install this Chrome™ extension and abide by the EULA & Privacy Policy.  Web Assist Plus will change your default search provider.

Chrome is a trademark of Google LLC. The use of it here does not imply any affiliation with or endorsement by Google LLC. 

Privacy Policy - https://www.webassistplus.com/privacy-policy/
EULA - https://www.webassistplus.com/eula/                    

Basisinformatie over de Extensie

Naam Web Assist Plus Web Assist Plus
ID fldphceaabkfnogfomngiglfgepglpeo
Officiële URL https://chromewebstore.google.com/detail/web-assist-plus/fldphceaabkfnogfomngiglfgepglpeo
Beschrijving Enjoy Secure Internet Browsing
Bestandsgrootte 362 KB
Aantal Installaties 7,393
Huidige Versie 1.0.2
Laatst Bijgewerkt 2020-08-22
Publicatiedatum 2020-06-11
Beoordeling 4.80/5 Totaal 15 Beoordelingen
Ontwikkelaar https://webassistplus.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.webassistplus.com/
Help Pagina-URL https://www.webassistplus.com/#support
URL van de Privacybeleid Pagina https://www.webassistplus.com/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "author": "Web Assist Plus",
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/jquery-3.1.1.min.js",
            "block_domain\/js\/globalconstent.js",
            "block_domain\/js\/ls-utils.js",
            "block_domain\/js\/commonJS.js",
            "block_domain\/js\/LSEDBJS.js",
            "block_domain\/js\/LSNetwork.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/wap-16.png",
            "38": "icons\/wap-16.png"
        },
        "default_popup": "popup.html",
        "default_title": "Web Assist Plus"
    },
    "description": "Enjoy Secure Internet Browsing",
    "icons": {
        "16": "icons\/wap-16.png",
        "32": "icons\/wap-32.png",
        "64": "icons\/wap-64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29.0",
    "name": "Web Assist Plus",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage"
    ],
    "short_name": "Web Assist Plus",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.webassistplus.com\/images\/fav_icon.ico",
            "is_default": true,
            "keyword": "www.webassistplus.com",
            "name": "Web Assist Plus",
            "search_url": "https:\/\/www.webassistplus.com\/rdr\/?q={searchTerms}"
        }
    },
    "web_accessible_resources": [
        "css\/*",
        "icons\/*",
        "icons\/safe.png",
        "icons\/unsecure_icn.png",
        "icons\/untested.png",
        "icons\/wap_alert.png",
        "icons\/warning.png",
        "icons\/undefine_icn.png",
        "icons\/wap_secure_icn.png",
        "icons\/wap_link_icn.png",
        "icons\/wap_unsecure_icn.png",
        "block\/*",
        "fonts\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}