Remove Vanity Metrics
Hides the number of favorites, likes, and followers from your feed so you can focus on the content.
Τι είναι το Remove Vanity Metrics;
Το Remove Vanity Metrics είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον maaslalani, και η κύρια λειτουργία του είναι "Hides the number of favorites, likes, and followers from your feed so you can focus on the content.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Remove Vanity Metrics
Λήψη αρχείων επέκτασης Remove Vanity Metrics σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Download this chrome extension to experience raw social media. It hides the number of favorites, likes, and followers from your feed so you can focus on the content. "we should be able to participate in social media without having to show how many followers or likes we have. Just like how we can turn off the comments we should be able to turn off the display of followers. This has an intense negative impact on our self worth." — Kanye West
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | oghebdfgdiopdhhobajijnjepjejckdj |
Επίσημο URL | https://chrome.google.com/webstore/detail/remove-vanity-metrics/oghebdfgdiopdhhobajijnjepjejckdj |
Περιγραφή | Hides the number of favorites, likes, and followers from your feed so you can focus on the content. |
Μέγεθος Αρχείου | 21.86 KB |
Αριθμός Εγκαταστάσεων | 69 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2018-10-27 |
Ημερομηνία Δημοσίευσης | 2018-10-27 |
Αξιολόγηση | 4.33/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | maaslalani |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Vanity Metrics", "version": "0.0.2", "manifest_version": 2, "icons": { "128": "icons\/icon.png" }, "description": "Hides the number of favorites, likes, and followers from your feed so you can focus on the content.", "browser_action": { "default_title": "Remove Vanity Metrics", "default_popup": "popups\/popup.html" }, "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "scripts\/twitter.js" ], "run_at": "document_idle", "all_frames": false } ] } |