Bring the Twitter Bird Back

A simple Chrome extension to bring the Twitter bird everyone loves back to the Twitter website.

Bring the Twitter Bird Back क्या है?

Bring the Twitter Bird Back y4nci द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple Chrome extension to bring the Twitter bird everyone loves back to the Twitter website."।

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

screenshot

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

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

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

                        We all miss the iconic Twitter bird right? Here is an extension for you to bring the bird back. The only thing you need to do is to install the extension and let it do its job!

If you have any issues, or something's broken, you can open an issue here: https://github.com/y4nci/bring-twitter-bird-back/issues.

Special thanks to my sponsors, Görkem and Murat for their support.                    

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

नाम Bring the Twitter Bird Back Bring the Twitter Bird Back
ID digdceeidmgbnjlmgjjcnndacaaobfgk
आधिकारिक URL https://chromewebstore.google.com/detail/bring-the-twitter-bird-ba/digdceeidmgbnjlmgjjcnndacaaobfgk
विवरण A simple Chrome extension to bring the Twitter bird everyone loves back to the Twitter website.
फ़ाइल का आकार 18.82 KB
स्थापना संख्या 288
वर्तमान संस्करण 0.2
अंतिम अपडेट 2023-08-29
प्रकाशन तिथि 2023-08-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर y4nci
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bring the Twitter Bird Back",
    "version": "0.2",
    "author": "Baran Yanc\u0131",
    "description": "A simple Chrome extension to bring the Twitter bird everyone loves back to the Twitter website.",
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icons\/light16.png",
            "32": "images\/icons\/light32.png"
        },
        "default_title": "Bring the Twitter Bird Back",
        "theme_icons": [
            {
                "light": "images\/icons\/light16.png",
                "dark": "images\/icons\/dark16.png",
                "size": 16
            },
            {
                "light": "images\/icons\/light32.png",
                "dark": "images\/icons\/dark32.png",
                "size": 32
            }
        ]
    }
}