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
扩展基本信息
名称 | 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 |
电子邮箱 | [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" } } |