AdBlocker for Facebook™
Block all ads on Facebook!
Wat is AdBlocker for Facebook™?
AdBlocker for Facebook™ is een Chrome-extensie ontwikkeld door loora, en de belangrijkste functie is "Block all ads on Facebook!".
Extensie Screenshots
Download het CRX-bestand van de extensie AdBlocker for Facebook™
Download AdBlocker for Facebook™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fjkcpgkndlpabncdabopjcpfgogfndje |
Officiële URL | https://chrome.google.com/webstore/detail/adblocker-for-facebook/fjkcpgkndlpabncdabopjcpfgogfndje |
Beschrijving | Block all ads on Facebook! |
Bestandsgrootte | 68.03 KB |
Aantal Installaties | 757 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2019-02-21 |
Publicatiedatum | 2019-02-21 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | loora |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://mybrowseraddon.com/clean-facebook.html |
Help Pagina-URL | http://mybrowseraddon.com/clean-facebook.html |
Ondersteunde Talen | 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" } } |