Remove Unnecessary Tweets

Extension removes tweets other people's likes, from your timeline.

Τι είναι το Remove Unnecessary Tweets;

Το Remove Unnecessary Tweets είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον emreerkoca, και η κύρια λειτουργία του είναι "Extension removes tweets other people's likes, from your timeline.".

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

screenshot

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

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

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

                        You' re following some account for information but some people like funny tweets. If you think this is time loosing and you don' t want to see 'X liked this' etc. tweets, you can use this. So you can obtain more good Twitter timeline.                    

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

Όνομα Remove Unnecessary Tweets Remove Unnecessary Tweets
ID daicnhdooapknokokdpigjfmljkiekmd
Επίσημο URL https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd
Περιγραφή Extension removes tweets other people's likes, from your timeline.
Μέγεθος Αρχείου 6.95 KB
Αριθμός Εγκαταστάσεων 80
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2020-11-05
Ημερομηνία Δημοσίευσης 2020-11-05
Προγραμματιστής emreerkoca
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Unnecessary Tweets",
    "description": "Extension removes tweets other people's likes, from your timeline.",
    "version": "0.0.2",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "twitter_icon.png",
        "default_popup": "popup.html"
    }
}