unBlurd. by wumbl3.
This extension was created with the purpose of automatically clicking the "Show" button for you in order to unblur any media on…
Τι είναι το unBlurd. by wumbl3.;
Το unBlurd. by wumbl3. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kodeyboudreau, και η κύρια λειτουργία του είναι "This extension was created with the purpose of automatically clicking the "Show" button for you in order to unblur any media on…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης unBlurd. by wumbl3.
Λήψη αρχείων επέκτασης unBlurd. by wumbl3. σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension was created with the purpose of automatically clicking the "Show" button for you in order to unblur any media on twitter that was marked sensitive by the original tweet author saving you time and subsequently money because as they say, Time is money! This extension also gracefully leaves the "Hide" button intact incase you may actually want to hide the media that was automatically unhidden using this extension. This extension is a simple "install and forget" extension with no configuration from the user required. Thank you for reading this long and heartfelt description. Hope you enjoy this extension as much as I did writing it and that the rest of your day is a great one, Or night... I can't tell! I'm from the past! Toodles!
Βασικές Πληροφορίες Επέκτασης
Όνομα | unBlurd. by wumbl3. |
ID | gifejdknamachffbkgblclhpojdcjodk |
Επίσημο URL | https://chromewebstore.google.com/detail/unblurd-by-wumbl3/gifejdknamachffbkgblclhpojdcjodk |
Περιγραφή | This extension was created with the purpose of automatically clicking the "Show" button for you in order to unblur any media on… |
Μέγεθος Αρχείου | 115 KB |
Αριθμός Εγκαταστάσεων | 237 |
Τρέχουσα Έκδοση | 69.420.3 |
Τελευταία Ενημέρωση | 2024-01-05 |
Ημερομηνία Δημοσίευσης | 2022-06-14 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | kodeyboudreau |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "unBlurd. by wumbl3.", "version": "69.420.3", "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/x.com\/*" ], "js": [ "main.js" ], "run_at": "document_idle" } ], "icons": { "128": "128.png" } } |