Outgoing Link Cleaner

Removes redirect URL's in Google, Facebook, and Reddit

什么是Outgoing Link Cleaner?

Outgoing Link Cleaner是由Mark Tai开发的Chrome扩展程序,该扩展的主要功能是“Removes redirect URL's in Google, Facebook, and Reddit”。

下载Outgoing Link Cleaner扩展crx文件

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

扩展使用说明

                        Removes redirect URL's in Google, Facebook, and Reddit.  No longer do you copy a link on Google or Facebook and have a weird redirect link instead of the URL to the website you found.                    

扩展基本信息

名称 Outgoing Link Cleaner Outgoing Link Cleaner
ID giialbcnpmopmhgkpddkbjlkgenfmfhd
官方URL https://chrome.google.com/webstore/detail/outgoing-link-cleaner/giialbcnpmopmhgkpddkbjlkgenfmfhd
简介 Removes redirect URL's in Google, Facebook, and Reddit
文件大小 57.42 KB
安装次数 138
当前版本 1.0.2
更新时间 2016-09-04
上架时间 2016-09-04
评分 5.00/5 共2次评分
开发者 Mark Tai
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Outgoing Link Cleaner",
    "version": "1.0.2",
    "description": "Removes redirect URL's in Google, Facebook, and Reddit",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/www.facebook.com\/*",
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "link_cleaner.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.google.com\/*",
        "*:\/\/www.facebook.com\/*",
        "*:\/\/www.reddit.com\/*"
    ],
    "short_name": "Link Cleaner"
}