Tracking & Ad Removal on FaceBk

Removes Ads and the user interaction tracking from content on Facebook™

Tracking & Ad Removal on FaceBk là gì?

Tracking & Ad Removal on FaceBk là một tiện ích mở rộng Chrome được phát triển bởi Z, và tính năng chính của nó là "Removes Ads and the user interaction tracking from content on Facebook™".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tracking & Ad Removal on FaceBk

Tải xuống các tệp mở rộng Tracking & Ad Removal on FaceBk dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        NOTICE: Google is making it increasingly difficult to maintain and publish extensions in their webstore, and Facebook keeps trying to take the extension down, so I may stop updating in chrome at any time. I recommend using Firefox if you want continued support, and it's better for privacy in general.
----------
"Facebook" and "FB" are registered trademarks of Facebook Inc. This extension is neither endorsed by nor affiliated with Facebook.
----------
Please report bugs at https://github.com/mgziminsky/FacebookTrackingRemoval/issues

Removes Ads and the user interaction tracking from content on Facebook™.
Modified elements can optionally have a custom CSS style applied to them so that cleaned items can be more easily identified.

For links, the event listeners on the link and its parents are removed and/or disabled and a proper href is set.

For videos on mobile, all Facebook™ event-listeners and custom controls are removed, and the video is simplified into just the bare HTML5 video tag.

PRIVACY POLICY:
I don't, and never will, collect or send any data to myself or any third parties

Explanation of permissions:
- Access to facebook.com, messenger.com, and facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion is needed for main functionality, in order to work on those pages.
- Access to mgziminsky.gitlab.io, more specifically https://mgziminsky.gitlab.io/FacebookTrackingRemoval/*, is used to download blocking rules only
- `webNavigation`: Needed to handle cleaning FB interactions that use the browser history API instead of doing a normal page navigation
  - Firefox: "Access browser activity during navigation"
  - Chrome: "Read your browsing history"
    - This is misleading. See https://github.com/mgziminsky/FacebookTrackingRemoval/issues/67#issuecomment-1346953059


Project is completely open source, so you are welcome, and encouraged, to check the code yourself before installing.

CHANGELOG:

v1.11.3
- Link cleaning fix for FF115+

v1.11.2
- More svg label handling adjustments

v1.11.1
- Fix for split text in svg labels

v1.11.0
- Refactored project into ES modules
- Options changes are applied without a page reload
- Existing rules won't be replaced by bundled copies in case of network errors
- Fixes and supporting code for marketplace ads

v1.10.4.1
- Renamed extension because FB sent a takedown

v1.10.4
- Fix ad detection. Handle svg/aria trickery.

See https://github.com/mgziminsky/FacebookTrackingRemoval/blob/master/CHANGELOG for full list                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tracking & Ad Removal on FaceBk Tracking & Ad Removal on FaceBk
ID ldeofbdmhnnocclkaddcnamhbhanaiaj
URL Chính Thức https://chromewebstore.google.com/detail/tracking-ad-removal-on-fa/ldeofbdmhnnocclkaddcnamhbhanaiaj
Mô tả Removes Ads and the user interaction tracking from content on Facebook™
Kích Thước Tệp 71.64 KB
Số Lần Cài Đặt 3,927
Phiên Bản Hiện Tại 1.11.3
Cập Nhật Lần Cuối 2023-08-28
Ngày Phát Hành 2020-06-22
Đánh Giá 4.30/5 Tổng số 44 Đánh Giá
Nhà Phát Triển Z
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mgziminsky/FacebookTrackingRemoval
URL Trang Trợ Giúp https://github.com/mgziminsky/FacebookTrackingRemoval/issues
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.11.3",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "128": "src\/icon.png"
    },
    "author": "Michael Ziminsky",
    "homepage_url": "https:\/\/github.com\/mgziminsky\/FacebookTrackingRemoval",
    "browser_specific_settings": {
        "gecko": {
            "id": "{bb1b80be-e6b3-40a1-9b6e-9d4073343f0b}",
            "strict_min_version": "72.0"
        }
    },
    "permissions": [
        "alarms",
        "storage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.messenger.com\/*",
        "*:\/\/*.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion\/*",
        "https:\/\/mgziminsky.gitlab.io\/FacebookTrackingRemoval\/*"
    ],
    "options_ui": {
        "page": "src\/options\/options.html",
        "browser_style": false
    },
    "background": {
        "page": "src\/background\/background.html",
        "persistent": true
    },
    "page_action": {
        "browser_style": false,
        "default_icon": "src\/icon.png",
        "default_popup": "src\/options\/options.html",
        "show_matches": [
            "*:\/\/*.facebook.com\/*",
            "*:\/\/*.messenger.com\/*",
            "*:\/\/*.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion\/*"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.messenger.com\/*",
                "*:\/\/*.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion\/*"
            ],
            "css": [
                "src\/content_script\/app.css"
            ],
            "js": [
                "browser-polyfill.min.js",
                "src\/content_script\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/src\/*"
    ],
    "incognito": "spanning",
    "manifest_version": 2
}