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 Jibin Thomas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL Cleaner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |