Pop up blocker and anti malware for Chrome

The extension to block annoying pop-ups, underlying windows (popunders) and overlays. Browse without interference on all websites.

Pop up blocker and anti malware for Chromeคืออะไร?

Pop up blocker and anti malware for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย annymirellamoreno และคุณลักษณะหลักของมันคือ "The extension to block annoying pop-ups, underlying windows (popunders) and overlays. Browse without interference on all websites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pop up blocker and anti malware for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย Pop up blocker and anti malware for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        😎 extension # 1 to block annoying pop-ups, underlying windows (popunders) and overlays 

★ The most efficient pop-up blocker for streaming sites, torrent pages and adult sites.
★ A unique way that identifies the correct blocking for each website in order to achieve the best accuracy in the sector both in new tabs and in new windows.
★ It is lightweight for the CPU as well as for memory and works in addition to Adblock extensions
★ Enjoy your favorite series and movies without interruptions
★ Block ads that can damage your pc

Improve your experience with the web in Google Chrome thanks to pop-up blocking. Poper Blocker intelligently blocks unsolicited pop-ups from any website.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pop up blocker and anti malware for Chrome Pop up blocker and anti malware for Chrome
ID hckigokhoaihfhjdgjekakbplmbjckmn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pop-up-blocker-and-anti-m/hckigokhoaihfhjdgjekakbplmbjckmn
คำอธิบาย The extension to block annoying pop-ups, underlying windows (popunders) and overlays. Browse without interference on all websites.
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2021-11-13
วันที่เผยแพร่ 2020-01-31
คะแนน 3.45/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา annymirellamoreno
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "BlockPop",
    "manifest_version": 2,
    "version": "1.2.1",
    "author": "Dexter's lab",
    "default_locale": "en",
    "web_accessible_resources": [
        "*.jpg",
        "*.JPG",
        "*.PNG",
        "*.png",
        "panel.html"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "BlockPop Panel",
        "default_popup": "panel.html"
    },
    "background": {
        "scripts": [
            "src\/lbr\/jquery.min.js",
            "src\/lbr\/Util.js",
            "src\/lbr\/bg.js",
            "src\/functions\/tabs.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/lbr\/container.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "src\/lbr\/jquery.min.js",
                "src\/window\/blocker.js"
            ]
        }
    ],
    "permissions": [
        "",
        "http:\/\/*\/",
        "storage",
        "history",
        "activeTab",
        "tabs",
        "background",
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}