Popup Blocker 2020 - Working!
How to stop popups, windows and ads while watching movies on streaming platforms.
什麼是Popup Blocker 2020 - Working!?
Popup Blocker 2020 - Working!是由Luca Lambia開發的Chrome擴展程式,該擴展的主要功能是“How to stop popups, windows and ads while watching movies on streaming platforms.”。
擴展截圖
下載Popup Blocker 2020 - Working!擴展crx文件
下載Popup Blocker 2020 - Working!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It works for real, updated in 2020. The block rules are stricter than uBlock Origin or ABP Ad Block Plus: it blocks any pop-up or advertising opening a window.
This extension will stop any unwanted advertise opened while watching a movie on streaming or whatever. It disables the opening of new windows, tabs and pop-up. 擴展基本資訊
| 名稱 | |
| ID | nejbokmfkapoppdmaacncianpfepoobf |
| 官方網址 | https://chromewebstore.google.com/detail/popup-blocker-2020-workin/nejbokmfkapoppdmaacncianpfepoobf |
| 簡介 | How to stop popups, windows and ads while watching movies on streaming platforms. |
| 檔案大小 | 18.09 KB |
| 安裝次數 | 267 |
| 目前版本 | 2020 RC3 |
| 更新時間 | 2020-09-17 |
| 上架時間 | 2020-09-15 |
| 評分 | 4.13/5 共 8 次評分 |
| 開發者 | Luca Lambia |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/lambia/status-chrome |
| 說明頁面URL | https://github.com/lambia/Status-Chrome/issues/new |
| 隱私政策頁面URL | https://raw.githubusercontent.com/lambia/documents/master/privacy-policy.txt |
| 支援的語言 | en,it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "0.9.2.0",
"version_name": "2020 RC3",
"default_locale": "it",
"browser_action": {
"default_icon": "icons\/app.png",
"default_title": "__MSG_appActionToggle__"
},
"permissions": [
"tabs"
],
"background": {
"page": "main.html"
},
"commands": {
"toggle": {
"suggested_key": {
"default": "Ctrl+Shift+1"
},
"description": "__MSG_appActionToggle__"
},
"debug": {
"suggested_key": {
"default": "Ctrl+Shift+2"
},
"description": "__MSG_appActionDebug__"
}
},
"icons": {
"16": "icons\/app.png",
"32": "icons\/app.png",
"48": "icons\/app.png",
"128": "icons\/app.png"
}
} | |