Safe Links Decoder
Display Microsoft Safe Links as the original URLs
Τι είναι το Safe Links Decoder;
Το Safe Links Decoder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://francisyyan.org, και η κύρια λειτουργία του είναι "Display Microsoft Safe Links as the original URLs".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Safe Links Decoder
Λήψη αρχείων επέκτασης Safe Links Decoder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Click on this extension's icon to decode and display Microsoft Safe Links as their original URLs, making the links easier to read without sacrificing the security benefits provided by Safe Links. Specifically, this extension only affects the appearance of Safe Links (by replacing the "innerText" property of tags). It does not alter the actual addresses that Safe Links redirect to (i.e., the "href" attribute remains unchanged). To ensure the safety and privacy of users, the source code for this extension can be reviewed at https://github.com/francisyyan/safelinks-decoder.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Safe Links Decoder |
ID | nnkckeohlpjpbideolodcogkghnnpmif |
Επίσημο URL | https://chromewebstore.google.com/detail/safe-links-decoder/nnkckeohlpjpbideolodcogkghnnpmif |
Περιγραφή | Display Microsoft Safe Links as the original URLs |
Μέγεθος Αρχείου | 18.12 KB |
Αριθμός Εγκαταστάσεων | 143 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2022-12-28 |
Ημερομηνία Δημοσίευσης | 2021-03-16 |
Προγραμματιστής | https://francisyyan.org |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/francisyyan/safelinks-decoder |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Safe Links Decoder", "description": "Display Microsoft Safe Links as the original URLs", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } } |