Hide View Count
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
Qu'est-ce que Hide View Count ?
Hide View Count est une extension Chrome développée par ろぼいん, et sa fonction principale est "This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hide View Count
Téléchargez les fichiers d'extension Hide View Count 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 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
Informations de Base sur l'Extension
Nom | Hide View Count |
ID | mmefeobjcchickbjelledfhagoddcklp |
URL Officiel | https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp |
Description | This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. |
Taille du Fichier | 961 KB |
Nombre d'Installations | 2,909 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2023-02-26 |
Date de Publication | 2022-12-23 |
Évaluation | 4.96/5 Total 28 Évaluations |
Développeur | ろぼいん |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Robot-Inventor/hide-impression |
URL de la Page d'Aide | https://github.com/Robot-Inventor/hide-impression |
Langues Prises en Charge | 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" } |