Pop Guard, Complete Browser Protection !!

Blocks unwanted popups and ads on sites you visit. You will see a notification when any popup/ads is blocked.

Pop Guard, Complete Browser Protection !! là gì?

Pop Guard, Complete Browser Protection !! là một tiện ích mở rộng Chrome được phát triển bởi http://popguard.org, và tính năng chính của nó là "Blocks unwanted popups and ads on sites you visit. You will see a notification when any popup/ads is blocked.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pop Guard, Complete Browser Protection !!

Tải xuống các tệp mở rộng Pop Guard, Complete Browser Protection !! 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

                        PopGuard has been blocking ads and unwanted content since a long time. It’s the best Ad Blocker For Google Chrome to speed up page load times and make browsing seamless. PopGuard ensure that users and devices can safely connect to the Internet, despite of where they are connecting from, without the complexity connected with legacy, appliance-based access. Popguard Chrome extension lets you access ad-blocking features that blocks all types of ads like banner ads, popups, popovers, onclick ads, YouTube ads, Facebook ads, sticky ads, etc. It blocks malicious websites while filtering out annoying ads and other unwanted content.

Block annoying ads - Blocks popups and pop-unders and makes you feel better. Blocks unwanted popups and pop-unders on sites you visit.

Block Facebook ads - PopGuard has already defeated Facebook's new ad blocking restrictions! Sounds Crazy? Try It, Yourself

Block YouTube ads - PopGuard removes the video ads from YouTube. It also removes any ads that appear before the video starts

Premium Features Include 

Filter List  - Get access to all the websites you visits and allow and block if you wish

Whitelist Domain - Allow Your preferred websites. You can also use this feature as parental control block all unwanted websites you like to keep away from your kids.

Block Tracking Cookies - Stay away from hidden tracking cookies and tracking apps


For Support contact [email protected]                    

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

Tên Pop Guard, Complete Browser Protection !! Pop Guard, Complete Browser Protection !!
ID heholflhmbcnegoafailfdchnohgobcj
URL Chính Thức https://chrome.google.com/webstore/detail/pop-guard-complete-browse/heholflhmbcnegoafailfdchnohgobcj
Mô tả Blocks unwanted popups and ads on sites you visit. You will see a notification when any popup/ads is blocked.
Kích Thước Tệp 824 KB
Số Lần Cài Đặt 8,824
Phiên Bản Hiện Tại 1.0.1.8
Cập Nhật Lần Cuối 2021-04-04
Ngày Phát Hành 2020-03-14
Đánh Giá 3.73/5 Tổng số 33 Đánh Giá
Nhà Phát Triển http://popguard.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.popguard.org
URL Trang Trợ Giúp https://popguard.org/support/
URL Trang Chính Sách Bảo Mật https://www.ihasoft.co/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pop Guard, Complete Browser Protection !!",
    "description": "Blocks unwanted popups and ads on sites you visit. You will see a notification when any popup\/ads is blocked.",
    "version": "1.0.1.8",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Pop Guard, Complete Browser Protection !!",
        "default_popup": "pop.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "128": "img\/icons\/128.png",
        "16": "img\/icons\/16.png",
        "32": "img\/icons\/32.png",
        "48": "img\/icons\/48.png",
        "64": "img\/icons\/64.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        ""
    ],
    "web_accessible_resources": [
        "img\/*",
        "css\/*",
        "js\/*",
        "fonts\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "adguard\/adguard-content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "adguard\/adguard-assistant.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}