Outgoing Link Cleaner

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

Co to jest Outgoing Link Cleaner?

Outgoing Link Cleaner to rozszerzenie Chrome opracowane przez Mark Tai, a jego główną funkcją jest „Removes redirect URL's in Google, Facebook, and Reddit”.

Pobierz plik CRX rozszerzenia Outgoing Link Cleaner

Pobierz pliki rozszerzeń Outgoing Link Cleaner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Outgoing Link Cleaner Outgoing Link Cleaner
ID giialbcnpmopmhgkpddkbjlkgenfmfhd
Oficjalny URL https://chrome.google.com/webstore/detail/outgoing-link-cleaner/giialbcnpmopmhgkpddkbjlkgenfmfhd
Opis Removes redirect URL's in Google, Facebook, and Reddit
Rozmiar pliku 57.42 KB
Liczba instalacji 138
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2016-09-04
Data Publikacji 2016-09-04
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Mark Tai
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}