DirectLinks

Makes indirect links on Google and Facebook direct.

DirectLinks là gì?

DirectLinks là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Makes indirect links on Google and Facebook direct.".

Ả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 DirectLinks

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

                        This extension circumvents certain techniques used by Google and Facebook to track link clicks.

When you click a link in Google search results, Google uses JavaScript to replace the actual link with an indirect one, which they use for click tracking. Google then redirects the browser to the actual destination after logging the click. DirectLinks disables the JavaScript that replaces real links with indirect ones, so that when you click a search result link, Safari goes straight to the destination.

The extension does something similar for links in Facebook posts: it removes JavaScript that Facebook uses to track clicks on these links.                    

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

Tên DirectLinks DirectLinks
ID jmmlehkhepchhogkchmcmkedebfaebia
URL Chính Thức https://chromewebstore.google.com/detail/directlinks/jmmlehkhepchhogkchmcmkedebfaebia
Mô tả Makes indirect links on Google and Facebook direct.
Kích Thước Tệp 227 KB
Số Lần Cài Đặt 191
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2018-09-12
Ngày Phát Hành 2018-09-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/au5ton/DirectLinks
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DirectLinks",
    "version": "2.0",
    "description": "Makes indirect links on Google and Facebook direct.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injected.js"
            ]
        }
    ]
}