Remove Unnecessary Tweets

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

Co to jest Remove Unnecessary Tweets?

Remove Unnecessary Tweets to rozszerzenie Chrome opracowane przez emreerkoca, a jego główną funkcją jest „Extension removes tweets other people's likes, from your timeline.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Remove Unnecessary Tweets

Pobierz pliki rozszerzeń Remove Unnecessary Tweets w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Remove Unnecessary Tweets Remove Unnecessary Tweets
ID daicnhdooapknokokdpigjfmljkiekmd
Oficjalny URL https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd
Opis Extension removes tweets other people's likes, from your timeline.
Rozmiar pliku 6.95 KB
Liczba instalacji 80
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2020-11-05
Data Publikacji 2020-11-05
Deweloper emreerkoca
Typ Płatności free
Obsługiwane Języki 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"
    }
}