AltFThis - Bypass Tracking Redirects

Adds an option to the right-click menu to bypass tracking servers that might be blocked

AltFThis - Bypass Tracking Redirects là gì?

AltFThis - Bypass Tracking Redirects là một tiện ích mở rộng Chrome được phát triển bởi AltFThis, và tính năng chính của nó là "Adds an option to the right-click menu to bypass tracking servers that might be blocked".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AltFThis - Bypass Tracking Redirects

Tải xuống các tệp mở rộng AltFThis - Bypass Tracking Redirects 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

                        Adds an option to the right-click menu to bypass tracking servers that might be blocked                    

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

Tên AltFThis - Bypass Tracking Redirects AltFThis - Bypass Tracking Redirects
ID kfkkfodkjlfcgpmidknhfpiodggaemkc
URL Chính Thức https://chromewebstore.google.com/detail/altfthis-bypass-tracking/kfkkfodkjlfcgpmidknhfpiodggaemkc
Mô tả Adds an option to the right-click menu to bypass tracking servers that might be blocked
Kích Thước Tệp 9.3 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.05
Cập Nhật Lần Cuối 2020-04-08
Ngày Phát Hành 2020-04-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển AltFThis
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AltFThis - Bypass Tracking Redirects",
    "version": "1.05",
    "description": "Adds an option to the right-click menu to bypass tracking servers that might be blocked",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}