URL Cleaner

URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs

Qu'est-ce que URL Cleaner ?

URL Cleaner est une extension Chrome développée par Jibin Thomas, et sa fonction principale est "URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL Cleaner

Téléchargez les fichiers d'extension URL Cleaner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom URL Cleaner URL Cleaner
ID dffbjiomnajbmlhjelpipfldgkijdemn
URL Officiel https://chromewebstore.google.com/detail/url-cleaner/dffbjiomnajbmlhjelpipfldgkijdemn
Description URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs
Taille du Fichier 53.63 KB
Nombre d'Installations 317
Version Actuelle 0.0.4
Dernière Mise à Jour 2022-12-30
Date de Publication 2022-12-29
Développeur Jibin Thomas
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}