Twitter Bird Extension
Brings back the bird to Twitter website
What is Twitter Bird Extension?
Twitter Bird Extension is a Chrome extension developed by Maciej Walkowiak, and its main feature is "Brings back the bird to Twitter website".
Extension Screenshots
Download Twitter Bird Extension Extension CRX File
Download Twitter Bird Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
If you're tired of seeing Dogecoin logo on Twitter, this extension brings back the bird! Bird icons created by Freepik - Flaticon: https://www.flaticon.com/free-icons/bird
Extension Basic Information
Name | Twitter Bird Extension |
ID | edbcagncoehbfkcdjmopodnpgkfjfjlf |
Official URL | https://chromewebstore.google.com/detail/twitter-bird-extension/edbcagncoehbfkcdjmopodnpgkfjfjlf |
Description | Brings back the bird to Twitter website |
File Size | 9.17 KB |
Installation Count | 1,979 |
Current Version | 0.0.1 |
Last Updated | 2023-04-07 |
Publish Date | 2023-04-07 |
Rating | 4.73/5 Total 15 Ratings |
Developer | Maciej Walkowiak |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/maciejwalkowiak/twitter-bird-extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Bird Extension", "version": "0.0.1", "manifest_version": 3, "description": "Brings back the bird to Twitter website", "homepage_url": "https:\/\/github.com\/maciejwalkowiak\/twitter-bird-extension", "icons": { "128": "icons\/icon128.png" }, "host_permissions": [ "https:\/\/twitter.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/**" ], "js": [ "content-script.js" ] } ] } |