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