Adblocker for Facebook ™
Block all Facebook ™ Ads!
What is Adblocker for Facebook ™?
Adblocker for Facebook ™ is a Chrome extension developed by Free Software Help, and its main feature is "Block all Facebook ™ Ads!".
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
Extension Basic Information
Name | |
ID | ephenceehgafgonmpbjhkckndkiiecnh |
Official URL | https://chrome.google.com/webstore/detail/adblocker-for-facebook/ephenceehgafgonmpbjhkckndkiiecnh |
Description | Block all Facebook ™ Ads! |
File Size | 159 KB |
Installation Count | 6,399 |
Current Version | 3.0.0 |
Last Updated | 2022-09-14 |
Publish Date | 2020-04-30 |
Rating | 1.66/5 Total 53 Ratings |
Developer | Free Software Help |
[email protected] | |
Payment Type | free |
Extension Website | https://ad-blocker-for-facebook.freebusinessapps.net/ |
Help Page URL | https://ad-blocker-for-facebook.freebusinessapps.net/contact |
Privacy Policy Page URL | https://delete-all-messages-for-facebook.freebusinessapps.net/privacy-policy |
Supported Languages | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,sr,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/bg-worker.js" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "__MSG_APP_DESCRIPTION__", "homepage_url": "https:\/\/ad-blocker-for-facebook.freebusinessapps.net", "icons": { "128": "img\/128.png", "16": "img\/16.png", "48": "img\/48.png" }, "manifest_version": 3, "name": "__MSG_APP_NAME__", "permissions": [ "tabs", "storage" ], "short_name": "__MSG_APP_NAME__", "version": "3.0.0", "action": { "default_icon": { "16": "img\/16.png", "64": "img\/64.png" }, "default_popup": "popup.html", "default_title": "__MSG_app_name__" } } |