Taboola Ads Blocker
A simple way to hide Taboola ads
Taboola Ads Blockerとは何ですか?
Taboola Ads BlockerはSmart Browserによって開発されたChromeの拡張機能で、その主な機能は「A simple way to hide Taboola ads」です。
拡張機能のスクリーンショット
Taboola Ads Blocker拡張機能のCRXファイルをダウンロード
Taboola Ads Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
💡 A simple way to hide Taboola ads
💡 This Chrome Extension removes only ads provided by Taboola advertiser (check for example https://abcnews.go.com/ to see it with and without this Chrome extension)
✅ Faster browsing
✅ Focus the content you want
✅ Better performance
✅ Less cookies
Source Code: https://github.com/smart-browser/taboola-ads-blocker 拡張機能の基本情報
| 名前 | |
| ID | lhnfbhnaoojjmdiohgapkkbnoaljlcmk |
| 公式URL | https://chromewebstore.google.com/detail/taboola-ads-blocker/lhnfbhnaoojjmdiohgapkkbnoaljlcmk |
| 説明 | A simple way to hide Taboola ads |
| ファイルサイズ | 24.91 KB |
| インストール数 | 250 |
| 現在のバージョン | 1.02 |
| 最終更新日 | 2023-07-24 |
| 公開日 | 2023-01-11 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | Smart Browser |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Taboola Ads Blocker",
"version": "1.02",
"description": "A simple way to hide Taboola ads",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"content.css"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "html\/popup.html"
}
} | |