Popup Blocker - Adblok PopupShield
blocks PopUp windows and blocks ads, Youtube and Facebook sponsors
什麼是Popup Blocker - Adblok PopupShield?
Popup Blocker - Adblok PopupShield是由BlueApps.inc開發的Chrome擴展程式,該擴展的主要功能是“blocks PopUp windows and blocks ads, Youtube and Facebook sponsors”。
擴展截圖
下載Popup Blocker - Adblok PopupShield擴展crx文件
下載Popup Blocker - Adblok PopupShield擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
🛡️ Pop-up Blocker - Adblok PopupShield: Your Digital Guardian on Google Chrome Discover the revolution in web browsing with Adblok PopupShield, the Chrome extension that redefines your online experience. Get ready for a faster, safer, and distraction-free Internet! 🚫 Goodbye Pop-ups and Pop-up Windows: With our advanced technology, say goodbye to annoying pop-up windows. We efficiently block pop-ups in new tabs and windows, ensuring uninterrupted browsing. 📺 End to Ads on YouTube and Facebook: Eliminate unwanted pauses in your videos and feeds. Our system blocks ads on YouTube and Facebook, giving you a clean experience focused on the content you like. 👤 Privacy and Security at the Forefront: Protect your data and privacy. We block trackers and malware, ensuring safe and private browsing. Your online safety is our priority. 🚀 Ultra-Fast Browsing: Experience the web at maximum speed. By eliminating ads and pop-ups, your browsing will be faster and smoother, allowing you to enjoy content without delays. 🎚️ Customized Blocking Control: Take the reins with our customization options. Manage your whitelist and blacklist, and view blocked content for a tailored experience. 🔄 Advanced Blocking Modes: Go beyond standard blocking! Choose between normal mode or "paranoid" mode for even more rigorous protection against pop-ups and ads. 🖼️ Image Load Blocking: Speed up website loading by blocking unnecessary images. Browse efficiently and quickly, focusing on what you really need. 🛑 Blocking of Overlays and Pop-up Screens: Say goodbye to annoying overlays and pop-up screens that hinder your online experience. 🔥 Download Adblok PopupShield Today: Transform your Chrome browsing with Adblok PopupShield. Enjoy an Internet without ads, pop-ups, or distractions. Download it now and rediscover the pleasure of online browsing!
擴展基本資訊
名稱 | Popup Blocker - Adblok PopupShield |
ID | kpcgddbbcbiilfaebdcaacfmjadpipmd |
官方網址 | https://chromewebstore.google.com/detail/popup-blocker-adblok-popu/kpcgddbbcbiilfaebdcaacfmjadpipmd |
簡介 | blocks PopUp windows and blocks ads, Youtube and Facebook sponsors |
檔案大小 | 7.89 MB |
安裝次數 | 916 |
目前版本 | 1.0.5 |
更新時間 | 2024-01-10 |
上架時間 | 2021-12-28 |
評分 | 4.61/5 共 23 次評分 |
開發者 | BlueApps.inc |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://devfunny.com/ |
支援的語言 | de,en,fr,nl,no,vi,tr,ca,da,et,es,es-419,it,lt,pt-BR,pt-PT,sv,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "short_name": "PopupShield Pro", "manifest_version": 3, "version": "1.0.5", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon48.png", "default_title": "PopupShield Pro", "default_popup": "index.html" }, "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "overlayRemover.js" ], "run_at": "document_start" } ], "permissions": [ "activeTab", "tabs", "storage", "background", "scripting", "declarativeContent", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_2", "enabled": true, "path": "\/rulesets\/main\/default.json" } ] }, "web_accessible_resources": [ { "matches": [ " |