New-Tab Blocker
Blocks new tabs from specified websites
什麼是New-Tab Blocker?
New-Tab Blocker是由konrad開發的Chrome擴展程式,該擴展的主要功能是“Blocks new tabs from specified websites”。
擴展截圖
下載New-Tab Blocker擴展crx文件
下載New-Tab Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Chrome extension blockes new tabs from specified websites. This helps against pop-up ads that open in a new tab.
It is possible to specifiy which websites are allowed to open new tabs and which not.
Tips:
- to block all new tabs, add "" (nothing) to the "URL Beginnings" list
- you can install this Chrome extension on Android with the Kiwi Browser
GitHub:
https://github.com/conrim/newtab-blocker 擴展基本資訊
| 名稱 | |
| ID | bkanhpjdajkdnibkplooolgpidgfjfnn |
| 官方網址 | https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn |
| 簡介 | Blocks new tabs from specified websites |
| 檔案大小 | 34.42 KB |
| 安裝次數 | 978 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2023-08-30 |
| 上架時間 | 2023-08-28 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | konrad |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/conrim/newtab-blocker |
| 支援的語言 | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New-Tab Blocker",
"manifest_version": 3,
"version": "0.0.2",
"description": "__MSG_extDescription__",
"default_locale": "en",
"permissions": [
"tabs",
"storage"
],
"icons": {
"128": "icons\/default.png"
},
"action": {
"default_popup": "popup\/index.html",
"default_icon": "icons\/default.png"
},
"background": {
"service_worker": "service-worker.js"
}
} | |