Outgoing Link Cleaner

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

Outgoing Link Cleaner là gì?

Outgoing Link Cleaner là một tiện ích mở rộng Chrome được phát triển bởi Mark Tai, và tính năng chính của nó là "Removes redirect URL's in Google, Facebook, and Reddit".

Tải xuống tệp CRX của tiện ích mở rộng Outgoing Link Cleaner

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

                        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.                    

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

Tên Outgoing Link Cleaner Outgoing Link Cleaner
ID giialbcnpmopmhgkpddkbjlkgenfmfhd
URL Chính Thức https://chrome.google.com/webstore/detail/outgoing-link-cleaner/giialbcnpmopmhgkpddkbjlkgenfmfhd
Mô tả Removes redirect URL's in Google, Facebook, and Reddit
Kích Thước Tệp 57.42 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2016-09-04
Ngày Phát Hành 2016-09-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Mark Tai
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",
    "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"
}