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 !!?

Pop Guard, Complete Browser Protection !!是由http://popguard.org開發的Chrome擴展程式,該擴展的主要功能是“Blocks unwanted popups and ads on sites you visit. You will see a notification when any popup/ads is blocked.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Pop Guard, Complete Browser Protection !!擴展crx文件

下載Pop Guard, Complete Browser Protection !!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Pop Guard, Complete Browser Protection !! Pop Guard, Complete Browser Protection !!
ID heholflhmbcnegoafailfdchnohgobcj
官方網址 https://chrome.google.com/webstore/detail/pop-guard-complete-browse/heholflhmbcnegoafailfdchnohgobcj
簡介 Blocks unwanted popups and ads on sites you visit. You will see a notification when any popup/ads is blocked.
檔案大小 824 KB
安裝次數 8,824
目前版本 1.0.1.8
更新時間 2021-04-04
上架時間 2020-03-14
評分 3.73/5 共 33 次評分
開發者 http://popguard.org
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.popguard.org
說明頁面URL https://popguard.org/support/
隱私政策頁面URL https://www.ihasoft.co/privacy-policy.html
支援的語言 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"
        }
    ]
}