Return Twitter Bird

Extension to restore the iconic Twitter logo, for those who think the X looks tacky.

Co to jest Return Twitter Bird?

Return Twitter Bird to rozszerzenie Chrome opracowane przez Luis Ángel Herrero, a jego główną funkcją jest „Extension to restore the iconic Twitter logo, for those who think the X looks tacky.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Return Twitter Bird

Pobierz pliki rozszerzeń Return Twitter Bird 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

                        We have all seen the Twitter logo thousands of times, and seeing it suddenly change to an X can be hard for many of us.

That's why I've created this extension, which allows you to bring back that little blue bird we held so dear.

Made with love by @lahdiezz.                    

Podstawowe informacje o rozszerzeniu

Nazwa Return Twitter Bird Return Twitter Bird
ID mdhfblgojkmlpoodcamfebfglifbcilh
Oficjalny URL https://chromewebstore.google.com/detail/return-twitter-bird/mdhfblgojkmlpoodcamfebfglifbcilh
Opis Extension to restore the iconic Twitter logo, for those who think the X looks tacky.
Rozmiar pliku 8.28 KB
Liczba instalacji 171
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-07-27
Data Publikacji 2023-07-26
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper Luis Ángel Herrero
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Return Twitter Bird",
    "version": "1.1",
    "description": "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/x.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}