Outgoing Link Cleaner

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

Apa itu Outgoing Link Cleaner?

Outgoing Link Cleaner adalah ekstensi Chrome yang dikembangkan oleh Mark Tai, dan fitur utamanya adalah "Removes redirect URL's in Google, Facebook, and Reddit".

Unduh Berkas CRX Ekstensi Outgoing Link Cleaner

Unduh file ekstensi Outgoing Link Cleaner dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Outgoing Link Cleaner Outgoing Link Cleaner
ID giialbcnpmopmhgkpddkbjlkgenfmfhd
URL Resmi https://chrome.google.com/webstore/detail/outgoing-link-cleaner/giialbcnpmopmhgkpddkbjlkgenfmfhd
Deskripsi Removes redirect URL's in Google, Facebook, and Reddit
Ukuran File 57.42 KB
Jumlah Instalasi 138
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2016-09-04
Tanggal Publikasi 2016-09-04
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Mark Tai
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}