URL Cleaner
URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs
URL Cleanerคืออะไร?
URL Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jibin Thomas และคุณลักษณะหลักของมันคือ "URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Cleaner
ดาวน์โหลดไฟล์ส่วนขยาย URL Cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A URL Cleaner is a browser extension that helps to simplify and streamline complex or cluttered URLs. It removes unnecessary or unwanted elements from the URL, making it easier to read and understand. This can be especially useful when sharing links or when the original URL has become too long or unwieldy. Some common features of URL Cleaners include: - Removing tracking parameters and other elements that are added to the URL by external services or advertisers - Removing unnecessary characters or elements that are added by the website or content management system - Providing a cleaner, more readable version of the URL for easy sharing or bookmarking - URL Cleaners can be useful for a variety of purposes, including improving privacy, reducing clutter, and making it easier to share links with others.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | URL Cleaner |
ID | dffbjiomnajbmlhjelpipfldgkijdemn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-cleaner/dffbjiomnajbmlhjelpipfldgkijdemn |
คำอธิบาย | URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs |
ขนาดไฟล์ | 53.63 KB |
จำนวนการติดตั้ง | 317 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2022-12-30 |
วันที่เผยแพร่ | 2022-12-29 |
ผู้พัฒนา | Jibin Thomas |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "URL Cleaner", "description": "URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs", "version": "0.0.4", "icons": { "128": "icon128.118c5200.png" }, "background": { "service_worker": "background.f6793643.js", "type": "module" }, "permissions": [ "activeTab" ], "action": { "default_popup": "popup.583cce94.html" } } |