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 |
官方網址 | 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" } } |