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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |