NoHack by Apozy

Apozy NoHack stops fraudulent websites, adverts and other online annoyances without slowing down browsing.

NoHack by Apozy là gì?

NoHack by Apozy là một tiện ích mở rộng Chrome được phát triển bởi https://www.apozy.com, và tính năng chính của nó là "Apozy NoHack stops fraudulent websites, adverts and other online annoyances without slowing down browsing.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NoHack by Apozy

Tải xuống các tệp mở rộng NoHack by Apozy 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

                        A simple, lightweight and unobtrusive way to make all websites safer. Apozy sandboxes malicious sites to stop phishing attacks, ransomware, and data leaks. Apozy does not interrupt your browsing habits while protecting you.

Usage: Apozy works in the background while you browse. The Apozy helmet icon shows you what is being blocked, as well as a privacy grade for the site you’re on. Simply click it to learn about the site and disable sandbox protection for the sites you need to use.

***

It's more than simply a protection plugin. It shows your potential browsing risks and gives you information on the security of sites you visit.

Out of the box, Apozy uses your existing browsing history to streamline your regular browsing. Alternatively, it blocks the sites that put you at risk.

***

Free.
Open source with public license (GPLv3)
For users by users.

Apozy also works in enterprises. Visit www.apozy.com for more information and to learn about Apozy Enterprise. Apozy Enterprise includes compliance, risk visibility, tracking, threat analysis, and stream-lined white/blacklisting in the browser.                    

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

Tên NoHack by Apozy NoHack by Apozy
ID akgjbibhebefdjbebhpmknohhojhppeb
URL Chính Thức https://chrome.google.com/webstore/detail/nohack-by-apozy/akgjbibhebefdjbebhpmknohhojhppeb
Mô tả Apozy NoHack stops fraudulent websites, adverts and other online annoyances without slowing down browsing.
Kích Thước Tệp 2.24 MB
Số Lần Cài Đặt 362
Phiên Bản Hiện Tại 1.4.5
Cập Nhật Lần Cuối 2018-05-06
Ngày Phát Hành 2018-05-05
Đánh Giá 4.87/5 Tổng số 30 Đánh Giá
Nhà Phát Triển https://www.apozy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.apozy.com
URL Trang Trợ Giúp https://www.apozy.com
URL Trang Chính Sách Bảo Mật https://www.apozy.com/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,ta,te,ml,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Apozy, Inc.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/browsericons\/icon19.png",
            "38": "img\/browsericons\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Nohack by Apozy"
    },
    "commands": {
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/subscriber.js",
                "\/js\/scriptlets\/notification.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "45.0",
    "name": "NoHack by Apozy",
    "optional_permissions": [
        "file:\/\/\/*"
    ],
    "permissions": [
        "contextMenus",
        "downloads",
        "history",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "NoHack",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "1.4.5",
    "web_accessible_resources": [
        "contentmodal.html",
        "js\/contentmodal.js",
        "lib\/materialize\/materialize.css",
        "lib\/materialize\/materialize.js",
        "\/web_accessible_resources\/*"
    ]
}