Outgoing Link Cleaner

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

Was ist Outgoing Link Cleaner?

Outgoing Link Cleaner ist eine Chrome-Erweiterung, die von Mark Tai entwickelt wurde, und ihr Hauptmerkmal ist "Removes redirect URL's in Google, Facebook, and Reddit".

Outgoing Link Cleaner-Erweiterungs-CRX-Datei herunterladen

Laden Sie Outgoing Link Cleaner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Outgoing Link Cleaner Outgoing Link Cleaner
ID giialbcnpmopmhgkpddkbjlkgenfmfhd
Offizielle URL https://chrome.google.com/webstore/detail/outgoing-link-cleaner/giialbcnpmopmhgkpddkbjlkgenfmfhd
Beschreibung Removes redirect URL's in Google, Facebook, and Reddit
Dateigröße 57.42 KB
Installationsanzahl 138
Aktuelle Version 1.0.2
Letztes Update 2016-09-04
Veröffentlichungsdatum 2016-09-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Mark Tai
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}