Adblocker for Facebook™ (sponsored posts)
A super fast sponsored posts removal tool for Facebook™
What is Adblocker for Facebook™ (sponsored posts)?
Adblocker for Facebook™ (sponsored posts) is a Chrome extension developed by balvin.perrie, and its main feature is "A super fast sponsored posts removal tool for Facebook™".
Extension Screenshots
Download Adblocker for Facebook™ (sponsored posts) Extension CRX File
Download Adblocker for Facebook™ (sponsored posts) 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
This extension does not act like a normal adblocker extension. It just detects and removes sponsored posts that Facebook inserts between your actual posts. The extension does not have a network observer hence it is much faster than a normal adblocker extension. Basically, it only observes post creation and detects the "sponsored" keyword and remove the post with this keyword. That's it! Notes: 1. There is no user interface for this extension. 2. To disable the extension go to the extension manager of your browser and press the disable button. Note that you will need to refresh Facebook pages too.
Extension Basic Information
Name | Adblocker for Facebook™ (sponsored posts) |
ID | lciamkaeclpffgdmljhiogcgpohbohee |
Official URL | https://chrome.google.com/webstore/detail/adblocker-for-facebook-sp/lciamkaeclpffgdmljhiogcgpohbohee |
Description | A super fast sponsored posts removal tool for Facebook™ |
File Size | 28.03 KB |
Installation Count | 231 |
Current Version | 0.1.3 |
Last Updated | 2019-10-28 |
Publish Date | 2019-10-27 |
Rating | 1.00/5 Total 1 Ratings |
Developer | balvin.perrie |
[email protected] | |
Payment Type | free |
Extension Website | https://add0n.com/adblocker-for-facebook.html |
Help Page URL | https://add0n.com/adblocker-for-facebook.html |
Privacy Policy Page URL | https://add0n.com/policies/balvin.perrie.txt |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.3", "name": "Adblocker for Facebook\u2122 (sponsored posts)", "description": "A super fast sponsored posts removal tool for Facebook\u2122", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "data\/inject.js" ], "run_at": "document_start" } ], "homepage_url": "https:\/\/add0n.com\/adblocker-for-facebook.html", "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |