Ad-blocker for Facebook
Hide ads in Facebook, and more cool stuff. No Javascript, CSS only.
What is Ad-blocker for Facebook?
Ad-blocker for Facebook is a Chrome extension developed by Marcos Jahn, and its main feature is "Hide ads in Facebook, and more cool stuff. No Javascript, CSS only.".
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
Propagandas no Facebook? Nunca mais! Sem scripts, ou qualquer outra coisa que prejudique a sua conta. Apenas um arquivo de estilos. ;)
Extension Basic Information
Name | |
ID | cgdmmkfglhhceeiillcdgkpfdlmijgoo |
Official URL | https://chrome.google.com/webstore/detail/ad-blocker-for-facebook/cgdmmkfglhhceeiillcdgkpfdlmijgoo |
Description | Hide ads in Facebook, and more cool stuff. No Javascript, CSS only. |
File Size | 38.19 KB |
Installation Count | 71 |
Current Version | 1.0.1 |
Last Updated | 2013-01-02 |
Publish Date | 2013-01-02 |
Rating | 1.00/5 Total 2 Ratings |
Developer | Marcos Jahn |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "content_scripts": [ { "all_frames": true, "css": [ "adblockerforfacebook.css" ], "matches": [ "https:\/\/www.facebook.com\/*", "http:\/\/www.facebook.com\/*" ] } ], "description": "Hide ads in Facebook, and more cool stuff. No Javascript, CSS only.", "icons": { "128": "sad-zuck-128.png", "48": "sad-zuck-48.png" }, "name": "Ad-blocker for Facebook", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "manifest_version": 2 } |