Twitter Bird

Extension which returns the Twitter bird icon back

Twitter Bird क्या है?

Twitter Bird https://cking.software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension which returns the Twitter bird icon back"।

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

screenshot
screenshot
screenshot

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

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

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

                        Replaces the main Twitter icon and favicon icon with the canonical Bird. Opensource project.                    

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

नाम Twitter Bird Twitter Bird
ID ihahjhhimifemcpmbghgjmniofjchmlh
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-bird/ihahjhhimifemcpmbghgjmniofjchmlh
विवरण Extension which returns the Twitter bird icon back
फ़ाइल का आकार 553 KB
स्थापना संख्या 196
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-08-29
प्रकाशन तिथि 2023-07-26
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर https://cking.software
ईमेल kostyaxxx8@gmail.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Semper-Viventem/twitter-bird
सहायता पृष्ठ URL https://github.com/Semper-Viventem/twitter-bird/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Bird",
    "description": "Extension which returns the Twitter bird icon back",
    "version": "1.1",
    "action": {
        "default_icon": "images\/icon_512.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png",
        "512": "images\/icon_128.png"
    }
}