DirectLinks

Makes indirect links on Google and Facebook direct.

什么是DirectLinks?

DirectLinks是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Makes indirect links on Google and Facebook direct.”。

扩展截图

screenshot

下载DirectLinks扩展crx文件

下载DirectLinks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 DirectLinks DirectLinks
ID jmmlehkhepchhogkchmcmkedebfaebia
官方URL https://chromewebstore.google.com/detail/directlinks/jmmlehkhepchhogkchmcmkedebfaebia
简介 Makes indirect links on Google and Facebook direct.
文件大小 227 KB
安装次数 191
当前版本 2.0
更新时间 2018-09-12
上架时间 2018-09-12
评分 5.00/5 共2次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/au5ton/DirectLinks
支持的语言 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"
            ]
        }
    ]
}