Remove Twitter Views

Remove the Views button from Twitter

Τι είναι το Remove Twitter Views;

Το Remove Twitter Views είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kabaj, και η κύρια λειτουργία του είναι "Remove the Views button from Twitter".

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

screenshot

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

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

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

                        Removes the new "Views" button from Twitter


It is my first time doing a Chrome extension, so it might not be optimized at all and might stop working soon, I take all suggestions.
Here is the GitHub link to the extension : https://github.com/KabajSAH/Twitter-Remove-Views                    

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

Όνομα Remove Twitter Views Remove Twitter Views
ID flcjnidfibjigabnihmblehlkkeiganp
Επίσημο URL https://chromewebstore.google.com/detail/remove-twitter-views/flcjnidfibjigabnihmblehlkkeiganp
Περιγραφή Remove the Views button from Twitter
Μέγεθος Αρχείου 8.51 KB
Αριθμός Εγκαταστάσεων 92
Τρέχουσα Έκδοση 1.2.2
Τελευταία Ενημέρωση 2023-01-17
Ημερομηνία Δημοσίευσης 2022-12-26
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Kabaj
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Views",
    "description": "Remove the Views button from Twitter",
    "version": "1.2.2",
    "author": "Kabaj",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                ".\/scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    }
}