Hide View Count
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
Τι είναι το Hide View Count;
Το Hide View Count είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ろぼいん, και η κύρια λειτουργία του είναι "This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hide View Count
Λήψη αρχείων επέκτασης Hide View Count σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. It won't allow the View Count to be displayed for even a second! This is an extension to "not **see** the number of impressions". It cannot be used to "not **show** the number of impressions". ## What you can do - Hide the number of impressions of your tweets and others' tweets on your browser ## What you cannot do - Hide the number of impressions of your Tweets from others - Using a client other than the official web version of the Twitter client
Βασικές Πληροφορίες Επέκτασης
Όνομα | Hide View Count |
ID | mmefeobjcchickbjelledfhagoddcklp |
Επίσημο URL | https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp |
Περιγραφή | This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. |
Μέγεθος Αρχείου | 961 KB |
Αριθμός Εγκαταστάσεων | 2,909 |
Τρέχουσα Έκδοση | 1.5.0 |
Τελευταία Ενημέρωση | 2023-02-26 |
Ημερομηνία Δημοσίευσης | 2022-12-23 |
Αξιολόγηση | 4.96/5 Συνολικά 28 Αξιολογήσεις |
Προγραμματιστής | ろぼいん |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Robot-Inventor/hide-impression |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/Robot-Inventor/hide-impression |
Υποστηριζόμενες Γλώσσες | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide View Count", "short_name": "HideViewCount", "version": "1.5.0", "description": "__MSG_manifest_description__", "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "index.js" ] } ], "default_locale": "en" } |