Remove Unnecessary Tweets

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

Remove Unnecessary Tweets क्या है?

Remove Unnecessary Tweets emreerkoca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension removes tweets other people's likes, from your timeline."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Remove Unnecessary Tweets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}