Bird_back
Get twitter bird back
What is Bird_back?
Bird_back is a Chrome extension developed by yuyutw123, and its main feature is "Get twitter bird back".
Extension Screenshots
Download Bird_back Extension CRX File
Download Bird_back 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
To customize favicon. 自訂網頁圖標樣式
Extension Basic Information
Name | Bird_back |
ID | nejlodablajdiminhnhnkgeigkkmickc |
Official URL | https://chromewebstore.google.com/detail/birdback/nejlodablajdiminhnhnkgeigkkmickc |
Description | Get twitter bird back |
File Size | 12.16 KB |
Installation Count | 938 |
Current Version | 1.0.3 |
Last Updated | 2023-08-01 |
Publish Date | 2023-07-26 |
Rating | 5.00/5 Total 12 Ratings |
Developer | yuyutw123 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bird_back", "version": "1.0.3", "description": "Get twitter bird back", "action": { "default_icon": { "16": "\/img\/icon_16.png", "48": "\/img\/icon_48.png", "128": "\/img\/icon_128.png" } }, "icons": { "16": "\/img\/icon_16.png", "48": "\/img\/icon_48.png", "128": "\/img\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "main.css" ], "js": [ "main.js" ] } ] } |