Hide Twitter Trends

Hide Twitter (What’s happening, Who to follow, Topics to follow) elements

Τι είναι το Hide Twitter Trends;

Το Hide Twitter Trends είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://moath.dev, και η κύρια λειτουργία του είναι "Hide Twitter (What’s happening, Who to follow, Topics to follow) elements".

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

screenshot
screenshot

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

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

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

                        If you don't like the Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs, and you want to hide it this extension is your solution, this extension will hide Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs from Twitter web app and let you focus on your timeline.                    

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

Όνομα Hide Twitter Trends Hide Twitter Trends
ID lapmncfnibdclongbkleadoicnkhknia
Επίσημο URL https://chrome.google.com/webstore/detail/hide-twitter-trends/lapmncfnibdclongbkleadoicnkhknia
Περιγραφή Hide Twitter (What’s happening, Who to follow, Topics to follow) elements
Μέγεθος Αρχείου 511 KB
Αριθμός Εγκαταστάσεων 14,957
Τρέχουσα Έκδοση 0.10.2
Τελευταία Ενημέρωση 2022-06-28
Ημερομηνία Δημοσίευσης 2020-07-19
Αξιολόγηση 4.46/5 Συνολικά 90 Αξιολογήσεις
Προγραμματιστής http://moath.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/DevMoath/hide-twitter-trends
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/DevMoath/hide-twitter-trends/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter Trends",
    "version": "0.10.2",
    "description": "Hide Twitter (What\u2019s happening, Who to follow, Topics to follow) elements",
    "author": "Moath Alhajri",
    "homepage_url": "https:\/\/moath.dev\/",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ]
}