AdBlocker for Facebook™
Block all ads on Facebook!
Was ist AdBlocker for Facebook™?
AdBlocker for Facebook™ ist eine Chrome-Erweiterung, die von loora entwickelt wurde, und ihr Hauptmerkmal ist "Block all ads on Facebook!".
Erweiterungsscreenshots
AdBlocker for Facebook™-Erweiterungs-CRX-Datei herunterladen
Laden Sie AdBlocker for Facebook™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fjkcpgkndlpabncdabopjcpfgogfndje |
Offizielle URL | https://chrome.google.com/webstore/detail/adblocker-for-facebook/fjkcpgkndlpabncdabopjcpfgogfndje |
Beschreibung | Block all ads on Facebook! |
Dateigröße | 68.03 KB |
Installationsanzahl | 757 |
Aktuelle Version | 0.2.1 |
Letztes Update | 2019-02-21 |
Veröffentlichungsdatum | 2019-02-21 |
Bewertung | 1.00/5 Insgesamt 2 Bewertungen |
Entwickler | loora |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://mybrowseraddon.com/clean-facebook.html |
Hilfeseite URL | http://mybrowseraddon.com/clean-facebook.html |
Unterstützte Sprachen | 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" } } |