TwitterBird
Changes the "X" brand back to Twitter
TwitterBird क्या है?
TwitterBird https://labystudio.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the "X" brand back to Twitter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TwitterBird एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This add-on reverts all logos of the Twitter/X website back to the Twitter bird. It changes every single X logo, including the icon in the browser tab, the logout screen, and the boot screen. Additionally, it modifies the avatar, banner, name, handle and badge of the official Twitter accounts. Please be aware that Twitter is currently changing its website every day. I'm trying to keep the add-on up to date with the latest changes Elon Musk is making to Twitter/X.
एक्सटेंशन की मूल जानकारी
नाम | TwitterBird |
ID | cglkhpbplnpobkhgecadnemehdaphahh |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitterbird/cglkhpbplnpobkhgecadnemehdaphahh |
विवरण | Changes the "X" brand back to Twitter |
फ़ाइल का आकार | 1.72 MB |
स्थापना संख्या | 213 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2023-07-27 |
प्रकाशन तिथि | 2023-07-25 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://labystudio.de |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TwitterBird", "description": "Changes the \"X\" brand back to Twitter", "short_name": "TwitterBird", "manifest_version": 3, "version": "1.2", "icons": { "16": "assets\/icon\/icon16.png", "164": "assets\/icon\/icon164.png" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/*.x.com\/*" ], "js": [ "js\/Injector.js", "js\/controllers\/SvgLogoInjector.js", "js\/controllers\/FaviconInjector.js", "js\/controllers\/TwitterAccountInjector.js", "js\/controllers\/TitleInjector.js", "js\/TwitterBird.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/*.x.com\/*" ] } ] } |