Web Secure Plus

Get Secure Search Results Instantly

Web Secure Plus là gì?

Web Secure Plus là một tiện ích mở rộng Chrome được phát triển bởi https://websecureplus.com, và tính năng chính của nó là "Get Secure Search Results Instantly".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Secure Plus

Tải xuống các tệp mở rộng Web Secure Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Get Secure Search Results Instantly

Embrace the advanced security on your search result page by checking and knowing the safety indicators against each website to avoid landing on a malicious and harmful website.

Download “Web Secure Plus” extension on your Chrome browser to get protected on the go.

Features
- Advanced security against potentially malicious websites.
- Whistleblower for your safety against threats & infections.
- Completely FREE for lifetime.
- Intuitive interface that is easy-to-use for everyone. 

How to use Web Secure Plus?
Once you install Web Secure Plus Extension on your Chrome browser, use it with the below steps:

1. Search for a term/keyword from your browser's search bar.
2. Find the safety indicators on your search result page.
 
Note:
The Green symbol defines a secure webpage to visit.
The Red symbol warns against a potential threat on a website.

It is important to know that we access your search term and share it with our third-party service provider that works in the background. It is completely up to our service provider which search engine it uses to show your results. 

If you have any queries, suggestions, or feedback, please 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 Secure Plus will set your default search provider to websecureplus.com

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.websecureplus.com/privacy-policy/
EULA - https://www.websecureplus.com/eula/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Secure Plus Web Secure Plus
ID fphgolmhjdbiohjkkfimdbjjhbmndegm
URL Chính Thức https://chromewebstore.google.com/detail/web-secure-plus/fphgolmhjdbiohjkkfimdbjjhbmndegm
Mô tả Get Secure Search Results Instantly
Kích Thước Tệp 277 KB
Số Lần Cài Đặt 445
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-05-03
Ngày Phát Hành 2020-04-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://websecureplus.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.websecureplus.com/
URL Trang Trợ Giúp https://www.websecureplus.com/#contactus
URL Trang Chính Sách Bảo Mật https://www.websecureplus.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "author": "Web Secure Plus",
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/jquery-3.1.1.min.js",
            "block_domain\/js\/globalconstent.js",
            "lib\/exclusionlist.js",
            "block_domain\/js\/ls-utils.js",
            "block_domain\/js\/commonJS.js",
            "block_domain\/js\/LSEDBJS.js",
            "block_domain\/js\/LSNetwork.js",
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "wsp"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/wsp-16.png",
            "38": "icons\/wsp-16.png"
        },
        "default_popup": "popup.html",
        "default_title": "Web Secure Plus"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "block_domain\/js\/globalconstent.js",
                "lib\/content.js",
                "lib\/content-ui.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "lib\/jquery-3.1.1.min.js",
                "block_domain\/js\/LSNetwork.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Get Secure Search Results Instantly",
    "devtools_page": "devtools.html",
    "icons": {
        "16": "icons\/wsp-32.png",
        "32": "icons\/wsp-32.png",
        "64": "icons\/wsp-64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29.0",
    "name": "Web Secure Plus",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage"
    ],
    "short_name": "Web Secure Plus",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.websecureplus.com\/images\/fav_icon.ico",
            "is_default": true,
            "keyword": "www.websecureplus.com",
            "name": "Web Secure Plus",
            "search_url": "https:\/\/www.websecureplus.com\/rdr\/?q={searchTerms}",
            "suggest_url": "https:\/\/www.websecureplus.com\/rdr\/?q={searchTerms}&type=list"
        }
    },
    "web_accessible_resources": [
        "css\/*",
        "icons\/*",
        "icons\/*",
        "icons\/safe.png",
        "icons\/unsafe.png",
        "icons\/untested.png",
        "icons\/warning.png",
        "icons\/pointer.png",
        "block\/*",
        "fonts\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}