Twitter View Hider

Automatically hide view counts of tweets in your timeline

Τι είναι το Twitter View Hider;

Το Twitter View Hider είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adrien Minne, και η κύρια λειτουργία του είναι "Automatically hide view counts of tweets in your timeline".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Twitter View Hider

Λήψη αρχείων επέκτασης Twitter View Hider σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension hides the view count that was recently added on the tweets of your timeline.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Twitter View Hider Twitter View Hider
ID mmoiilglckpgboidkcedhkhmimmeblml
Επίσημο URL https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml
Περιγραφή Automatically hide view counts of tweets in your timeline
Μέγεθος Αρχείου 11.32 KB
Αριθμός Εγκαταστάσεων 35
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-12-25
Ημερομηνία Δημοσίευσης 2022-12-25
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Adrien Minne
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}