Get back Twitter icon

Let's get back the blue bird.

Get back Twitter icon क्या है?

Get back Twitter icon sgtm0113 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let's get back the blue bird."।

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

screenshot

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

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

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

                        Elon Musk changed the icon of Twitter to "X".
This extension reverts the change.

Change Log:
Ver. 1.0.0:
First Publish.

Ver. 1.0.1:
Make it possible to select the icon of tabs.
Add feature to modify the icon on the page.

Ver 1.0.2:
Fix size of one of icon.
Fix problem about modifing the icon on the page.                    

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

नाम Get back Twitter icon Get back Twitter icon
ID jhjplebiffhpkcfnldddnjlfbjblalfi
आधिकारिक URL https://chromewebstore.google.com/detail/get-back-twitter-icon/jhjplebiffhpkcfnldddnjlfbjblalfi
विवरण Let's get back the blue bird.
फ़ाइल का आकार 67.6 KB
स्थापना संख्या 142
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-08-03
प्रकाशन तिथि 2023-07-31
डेवलपर sgtm0113
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "description": "__MSG_Description__",
    "version": "1.0.2",
    "action": {
        "default_icon": "icon\/icon128.png",
        "default_popup": "html\/popup.html"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "css": [
                "css\/page.css"
            ],
            "js": [
                "js\/page.js"
            ]
        }
    ],
    "icons": {
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "html\/option.html"
}