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
官方網址 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"
}