Remove Unnecessary Tweets

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

What is Remove Unnecessary Tweets?

Remove Unnecessary Tweets is a Chrome extension developed by emreerkoca, and its main feature is "Extension removes tweets other people's likes, from your timeline.".

Extension Screenshots

screenshot

Download Remove Unnecessary Tweets Extension CRX File

Download Remove Unnecessary Tweets extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Remove Unnecessary Tweets Remove Unnecessary Tweets
ID daicnhdooapknokokdpigjfmljkiekmd
Official URL https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd
Description Extension removes tweets other people's likes, from your timeline.
File Size 6.95 KB
Installation Count 80
Current Version 0.0.2
Last Updated 2020-11-05
Publish Date 2020-11-05
Developer emreerkoca
Payment Type free
Supported Languages 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"
    }
}