Twitter View Hider
Automatically hide view counts of tweets in your timeline
Qu'est-ce que Twitter View Hider ?
Twitter View Hider est une extension Chrome développée par Adrien Minne, et sa fonction principale est "Automatically hide view counts of tweets in your timeline".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitter View Hider
Téléchargez les fichiers d'extension Twitter View Hider 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 view count that was recently added on the tweets of your timeline.
Informations de Base sur l'Extension
Nom | Twitter View Hider |
ID | mmoiilglckpgboidkcedhkhmimmeblml |
URL Officiel | https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml |
Description | Automatically hide view counts of tweets in your timeline |
Taille du Fichier | 11.32 KB |
Nombre d'Installations | 35 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-12-25 |
Date de Publication | 2022-12-25 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | Adrien Minne |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter View Hider", "version": "1.0", "manifest_version": 3, "description": "Automatically hide view counts of tweets in your timeline", "permissions": [], "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "web_accessible_resources": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |