AdBlocker for Facebook™
Block all ads on Facebook!
What is AdBlocker for Facebook™?
AdBlocker for Facebook™ is a Chrome extension developed by loora, and its main feature is "Block all ads on Facebook!".
Extension Screenshots
Download AdBlocker for Facebook™ Extension CRX File
Download AdBlocker 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
AdBlocker for Facebook™ is an add-on that specifically designed for Facebook website to block annoying contents, banners and ads. Important: Facebook is registered trademark of Facebook Inc. in the U.S. and other countries. This add-on is an independent project which is developed by the author and has NO relationship to Facebook™ or Facebook Inc. Some important features: 1. Allows you to block annoying images, frames and many more from Facebook. 2. Lite extension with no significant memory and CPU usage. 3. Uses hard coded filtering rules for fast and reliable performance. 4. Effectively blocks annoying contents on Facebook's news-feed and sidebar. 5. You can easily switch the extension ON|OFF from toolbar popup 6. Sidebar/news-feed ad contents can be blocked/showed separately from toolbar-popup. If you want to report Bugs, please visit the addon's Homepage (http://mybrowseraddon.com/clean-facebook.html) and fill the Bug report form.
Extension Basic Information
Name | |
ID | fjkcpgkndlpabncdabopjcpfgogfndje |
Official URL | https://chrome.google.com/webstore/detail/adblocker-for-facebook/fjkcpgkndlpabncdabopjcpfgogfndje |
Description | Block all ads on Facebook! |
File Size | 68.03 KB |
Installation Count | 757 |
Current Version | 0.2.1 |
Last Updated | 2019-02-21 |
Publish Date | 2019-02-21 |
Rating | 1.00/5 Total 2 Ratings |
Developer | loora |
[email protected] | |
Payment Type | free |
Extension Website | http://mybrowseraddon.com/clean-facebook.html |
Help Page URL | http://mybrowseraddon.com/clean-facebook.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.1", "manifest_version": 2, "permissions": [ "storage" ], "short_name": "clean-facebook", "name": "AdBlocker for Facebook\u2122", "description": "Block all ads on Facebook!", "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "http:\/\/mybrowseraddon.com\/clean-facebook.html", "browser_action": { "default_popup": "data\/popup\/popup.html", "default_title": "AdBlocker for Facebook\u2122", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "content_scripts": [ { "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "data\/content_script\/inject.js" ] } ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |