Outgoing Link Cleaner

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

Co je Outgoing Link Cleaner?

Outgoing Link Cleaner je rozšíření Chrome vyvinuté Mark Tai, a jeho hlavní funkcí je „Removes redirect URL's in Google, Facebook, and Reddit“.

Stáhnout soubor CRX rozšíření Outgoing Link Cleaner

Stáhněte si soubory rozšíření Outgoing Link Cleaner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Outgoing Link Cleaner Outgoing Link Cleaner
ID giialbcnpmopmhgkpddkbjlkgenfmfhd
Oficiální URL https://chrome.google.com/webstore/detail/outgoing-link-cleaner/giialbcnpmopmhgkpddkbjlkgenfmfhd
Popis Removes redirect URL's in Google, Facebook, and Reddit
Velikost souboru 57.42 KB
Počet instalací 138
Aktuální Verze 1.0.2
Poslední Aktualizace 2016-09-04
Datum Vydání 2016-09-04
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Mark Tai
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}