Social Sponsored Ads Blocker
Removes sponsored / promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit.
什么是Social Sponsored Ads Blocker?
Social Sponsored Ads Blocker是由wilbert_abreu开发的Chrome扩展程序,该扩展的主要功能是“Removes sponsored / promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit.”。
扩展截图
下载Social Sponsored Ads Blocker扩展crx文件
下载Social Sponsored Ads Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
We're all the product and the user on these social platforms, so this chrome extension aims to dynamically remove all "sponsored" / "promoted" posts / ads from Twitter, Facebook, LinkedIn, and Reddit. Let's take some power back. 扩展基本信息
| 名称 | |
| ID | cefgndhbngdogmalpnhnidnnlkmbicig |
| 官方URL | https://chromewebstore.google.com/detail/social-sponsored-ads-bloc/cefgndhbngdogmalpnhnidnnlkmbicig |
| 简介 | Removes sponsored / promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit. |
| 文件大小 | 53.16 KB |
| 安装次数 | 330 |
| 当前版本 | 4.0.10 |
| 更新时间 | 2021-12-05 |
| 上架时间 | 2019-12-27 |
| 评分 | 4.14/5 共7次评分 |
| 开发者 | wilbert_abreu |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Social Sponsored Ads Blocker",
"description": "Removes sponsored \/ promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit.",
"version": "4.0.10",
"browser_action": {
"default_icon": "icon.png",
"default_popup": ""
},
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*",
"https:\/\/twitter.com\/*",
"https:\/\/www.reddit.com\/*",
"https:\/\/www.linkedin.com\/*"
],
"js": [
"removeSponsoredPosts.js"
]
}
],
"background": {
"service_worker": "background.js"
}
} | |