copy-clean-url
Copy a url, without any tracking and obfuscation
Qu'est-ce que copy-clean-url ?
copy-clean-url est une extension Chrome développée par Backslasher, et sa fonction principale est "Copy a url, without any tracking and obfuscation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension copy-clean-url
Téléchargez les fichiers d'extension copy-clean-url 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
This addon copies a URL, but strips out any redirects or tracking IDs. You will get a clean URL. I'm currently handling only Facebook, but I will add more as the need arises.
Informations de Base sur l'Extension
Nom | copy-clean-url |
ID | hgabmjhapckfljffgamminipchfjddka |
URL Officiel | https://chromewebstore.google.com/detail/copy-clean-url/hgabmjhapckfljffgamminipchfjddka |
Description | Copy a url, without any tracking and obfuscation |
Taille du Fichier | 32.92 KB |
Nombre d'Installations | 162 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2023-05-03 |
Date de Publication | 2023-03-16 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | Backslasher |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/BackSlasher/chrome-extensions-copy-clean-url/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "homepage_url": "http:\/\/chrome.google.com\/webstore", "version": "0.0.2", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "88", "permissions": [ "contextMenus", "clipboardWrite", "activeTab", "scripting" ], "icons": { "128": "assets\/img\/128x128.png" }, "action": { "default_icon": { "16": "assets\/img\/16x16.png", "24": "assets\/img\/24x24.png", "32": "assets\/img\/32x32.png" }, "default_title": "__MSG_appName__" }, "version_name": "0.0.2", "background": { "service_worker": "background.js" } } |