Ad Blocker for Facebook™
An open-source Ad Blocker for Facebook™
What is Ad Blocker for Facebook™?
Ad Blocker for Facebook™ is a Chrome extension developed by tiratatp-chrome-publisher-group, and its main feature is "An open-source Ad Blocker for Facebook™".
Extension Screenshots
Download Ad Blocker for Facebook™ Extension CRX File
Download Ad Blocker for Facebook™ 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
- Support the FB5 layout (Thanks to [Christos Botsikas](https://github.com/cbotsikas))
- Blocks both suggested posts and sidebar ads
- Does not slow down your computer
- Does not track/read your Facebook activity, or other websites
- You can inspect everything about this extension here, https://github.com/facebook-adblock/facebook_adblock/blob/mainline/src/main.js
This extension is 100% free and open source.
We have a Firefox version here (Thanks to [Chih-Hsuan Yen](https://github.com/yan12125)),
https://addons.mozilla.org/en-US/firefox/addon/fb_ad_block/
Enjoy!
_We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Facebook._
_Facebook is a registered trademark of the Facebook, Inc._ Extension Basic Information
| Name | |
| ID | kinpgphmiekapnpbmobneleaiemkefag |
| Official URL | https://chromewebstore.google.com/detail/ad-blocker-for-facebook/kinpgphmiekapnpbmobneleaiemkefag |
| Description | An open-source Ad Blocker for Facebook™ |
| File Size | 7.99 KB |
| Installation Count | 43,366 |
| Current Version | 1.9.14 |
| Last Updated | 2022-09-15 |
| Publish Date | 2020-05-26 |
| Rating | 3.15/5 Total 392 Ratings |
| Developer | tiratatp-chrome-publisher-group |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/facebook-adblock/facebook_adblock |
| Help Page URL | https://github.com/facebook-adblock/facebook_adblock/issues |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ad Blocker for Facebook\u2122",
"version": "1.9.14",
"description": "An open-source Ad Blocker for Facebook\u2122",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"author": "tiratatp",
"homepage_url": "https:\/\/github.com\/facebook-adblock\/facebook_adblock",
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion\/*"
],
"css": [
"content.css"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"content_security_policy": "default-src 'self'",
"browser_specific_settings": {
"gecko": {
"id": "{d403ee9c-3bd2-41d3-b1e9-27698babf097}"
}
}
} | |