Social Sponsored Ads Blocker
Removes sponsored / promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit.
What is Social Sponsored Ads Blocker?
Social Sponsored Ads Blocker is a Chrome extension developed by wilbert_abreu, and its main feature is "Removes sponsored / promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit.".
Extension Screenshots
Download Social Sponsored Ads Blocker Extension CRX File
Download Social Sponsored Ads Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Social Sponsored Ads Blocker |
ID | cefgndhbngdogmalpnhnidnnlkmbicig |
Official URL | https://chromewebstore.google.com/detail/social-sponsored-ads-bloc/cefgndhbngdogmalpnhnidnnlkmbicig |
Description | Removes sponsored / promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit. |
File Size | 53.16 KB |
Installation Count | 330 |
Current Version | 4.0.10 |
Last Updated | 2021-12-05 |
Publish Date | 2019-12-27 |
Rating | 4.14/5 Total 7 Ratings |
Developer | wilbert_abreu |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |