Return Twitter Bird

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

Vad är Return Twitter Bird?

Return Twitter Bird är en Chrome-tillägg utvecklad av Luis Ángel Herrero, och dess huvudfunktion är "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.".

Tilläggsskärmbilder

screenshot

Ladda ner Return Twitter Bird-förlängningens CRX-fil

Ladda ner Return Twitter Bird-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Return Twitter Bird Return Twitter Bird
ID mdhfblgojkmlpoodcamfebfglifbcilh
Officiell webbadress https://chromewebstore.google.com/detail/return-twitter-bird/mdhfblgojkmlpoodcamfebfglifbcilh
Beskrivning Extension to restore the iconic Twitter logo, for those who think the X looks tacky.
Filstorlek 8.28 KB
Antal Installationer 171
Aktuell Version 1.1
Senast Uppdaterad 2023-07-27
Publiceringsdatum 2023-07-26
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare Luis Ángel Herrero
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}