Face ad remover
This extension will remove sponsored ads from facebook.
What is Face ad remover?
Face ad remover is a Chrome extension developed by Carlos Silva, and its main feature is "This extension will remove sponsored ads from facebook.".
Extension Screenshots
Download Face ad remover Extension CRX File
Download Face ad remover 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
To remove sponsored ads from facebook. Get rid of "sponsored" ads appearing in your news feed. Enjoy :)
Extension Basic Information
Name | Face ad remover |
ID | akjdbmfphbnjjofdmglokbhoghaimdmn |
Official URL | https://chromewebstore.google.com/detail/face-ad-remover/akjdbmfphbnjjofdmglokbhoghaimdmn |
Description | This extension will remove sponsored ads from facebook. |
File Size | 46.41 KB |
Installation Count | 168 |
Current Version | 1.7 |
Last Updated | 2017-07-12 |
Publish Date | 2017-07-12 |
Rating | 3.77/5 Total 13 Ratings |
Developer | Carlos Silva |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Face ad remover", "description": "This extension will remove sponsored ads from facebook.", "version": "1.7", "browser_action": { "default_icon": "icon.png", "default_popup": "far.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/www.facebook.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/" ], "js": [ "far.js" ] } ] } |