Outgoing Link Cleaner
Removes redirect URL's in Google, Facebook, and Reddit
Outgoing Link Cleanerとは何ですか?
Outgoing Link CleanerはMark Taiによって開発されたChromeの拡張機能で、その主な機能は「Removes redirect URL's in Google, Facebook, and Reddit」です。
Outgoing Link Cleaner拡張機能のCRXファイルをダウンロード
Outgoing Link Cleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | ![]() |
ID | giialbcnpmopmhgkpddkbjlkgenfmfhd |
公式URL | https://chrome.google.com/webstore/detail/outgoing-link-cleaner/giialbcnpmopmhgkpddkbjlkgenfmfhd |
説明 | Removes redirect URL's in Google, Facebook, and Reddit |
ファイルサイズ | 57.42 KB |
インストール数 | 138 |
現在のバージョン | 1.0.2 |
最終更新日 | 2016-09-04 |
公開日 | 2016-09-04 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Mark Tai |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } |