Outgoing Link Cleaner
Removes redirect URL's in Google, Facebook, and Reddit
Wat is Outgoing Link Cleaner?
Outgoing Link Cleaner is een Chrome-extensie ontwikkeld door Mark Tai, en de belangrijkste functie is "Removes redirect URL's in Google, Facebook, and Reddit".
Download het CRX-bestand van de extensie Outgoing Link Cleaner
Download Outgoing Link Cleaner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | giialbcnpmopmhgkpddkbjlkgenfmfhd |
Officiële URL | https://chrome.google.com/webstore/detail/outgoing-link-cleaner/giialbcnpmopmhgkpddkbjlkgenfmfhd |
Beschrijving | Removes redirect URL's in Google, Facebook, and Reddit |
Bestandsgrootte | 57.42 KB |
Aantal Installaties | 138 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2016-09-04 |
Publicatiedatum | 2016-09-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Mark Tai |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |