Return Twitter Bird

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

Return Twitter Bird क्या है?

Return Twitter Bird Luis Ángel Herrero द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to restore the iconic Twitter logo, for those who think the X looks tacky."।

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

screenshot

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

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

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

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Return Twitter Bird Return Twitter Bird
ID mdhfblgojkmlpoodcamfebfglifbcilh
आधिकारिक URL https://chromewebstore.google.com/detail/return-twitter-bird/mdhfblgojkmlpoodcamfebfglifbcilh
विवरण Extension to restore the iconic Twitter logo, for those who think the X looks tacky.
फ़ाइल का आकार 8.28 KB
स्थापना संख्या 171
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-07-27
प्रकाशन तिथि 2023-07-26
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर Luis Ángel Herrero
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}