Remove Unnecessary Tweets

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

Was ist Remove Unnecessary Tweets?

Remove Unnecessary Tweets ist eine Chrome-Erweiterung, die von emreerkoca entwickelt wurde, und ihr Hauptmerkmal ist "Extension removes tweets other people's likes, from your timeline.".

Erweiterungsscreenshots

screenshot

Remove Unnecessary Tweets-Erweiterungs-CRX-Datei herunterladen

Laden Sie Remove Unnecessary Tweets-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Remove Unnecessary Tweets Remove Unnecessary Tweets
ID daicnhdooapknokokdpigjfmljkiekmd
Offizielle URL https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd
Beschreibung Extension removes tweets other people's likes, from your timeline.
Dateigröße 6.95 KB
Installationsanzahl 80
Aktuelle Version 0.0.2
Letztes Update 2020-11-05
Veröffentlichungsdatum 2020-11-05
Entwickler emreerkoca
Zahlungsart free
Unterstützte Sprachen 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"
    }
}