FB Anti-Tracker Online
This extension prevents ad tracking by Facebook.
What is FB Anti-Tracker Online?
FB Anti-Tracker Online is a Chrome extension developed by abrasoft, and its main feature is "This extension prevents ad tracking by Facebook.".
Extension Screenshots
Download FB Anti-Tracker Online Extension CRX File
Download FB Anti-Tracker Online 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
FB Anti-Tracker Online Make the web faster, more private, and more secure. Disconnect lets you visualize and block the facebook that track you.
Extension Basic Information
Name | FB Anti-Tracker Online |
ID | aocdkpnagmpicooglhjddolmcomnfpke |
Official URL | https://chromewebstore.google.com/detail/fb-anti-tracker-online/aocdkpnagmpicooglhjddolmcomnfpke |
Description | This extension prevents ad tracking by Facebook. |
File Size | 66.25 KB |
Installation Count | 94 |
Current Version | 1.0 |
Last Updated | 2020-01-09 |
Publish Date | 2020-01-05 |
Developer | abrasoft |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0", "manifest_version": 2, "permissions": [ "activeTab", "storage", "webRequest", "webRequestBlocking", "https:\/\/*.facebook.com\/*" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "defaul_icon": { "32": "icon32.png", "64": "icon64.png", "128": "icon128.png", "256": "icon256.png", "512": "icon512.png" }, "default_title": "FB Privacy&Security Online", "default_popup": "popup.html" }, "icons": { "32": "icon32.png", "64": "icon64.png", "128": "icon128.png", "256": "icon256.png", "512": "icon512.png" } } |