Outgoing Link Cleaner
Removes redirect URL's in Google, Facebook, and Reddit
Outgoing Link Cleanerคืออะไร?
Outgoing Link Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark Tai และคุณลักษณะหลักของมันคือ "Removes redirect URL's in Google, Facebook, and Reddit"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Outgoing Link Cleaner
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |