Torimodosu
Twitterに鳥を取り戻す拡張です。ついでにサイト名も「Twitter」に戻します。
Torimodosu là gì?
Torimodosu là một tiện ích mở rộng Chrome được phát triển bởi tsumagaki, và tính năng chính của nó là "Twitterに鳥を取り戻す拡張です。ついでにサイト名も「Twitter」に戻します。".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Torimodosu
Tải xuống các tệp mở rộng Torimodosu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This is an extension to change the Twitter "X" icon to the original bird design. Favicon is also changed from the X mark. The color of the bird icon can also be changed. In addition, change the site name back from "X" to "Twitter". ========================= Twitterの「X」アイコンを元の鳥のデザインに変更するための拡張機能です。 Favicon(タブのアイコン)もXマークから変更します。 鳥アイコンの色を変更することも可能です。 そして、サイト名を「X」から「Twitter」に戻します。 「鳥を取り戻す!」
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Torimodosu |
ID | bneejjfggkkiemoojmfjfepcoeaohbdc |
URL Chính Thức | https://chromewebstore.google.com/detail/torimodosu/bneejjfggkkiemoojmfjfepcoeaohbdc |
Mô tả | Twitterに鳥を取り戻す拡張です。ついでにサイト名も「Twitter」に戻します。 |
Kích Thước Tệp | 22.79 KB |
Số Lần Cài Đặt | 158 |
Phiên Bản Hiện Tại | 1.8 |
Cập Nhật Lần Cuối | 2023-08-29 |
Ngày Phát Hành | 2023-07-27 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | tsumagaki |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://0rbit.cybergence.net/torimodosu.html |
Ngôn Ngữ Được Hỗ Trợ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Torimodosu", "version": "1.8", "description": "Twitter\u306b\u9ce5\u3092\u53d6\u308a\u623b\u3059\u62e1\u5f35\u3067\u3059\u3002\u3064\u3044\u3067\u306b\u30b5\u30a4\u30c8\u540d\u3082\u300cTwitter\u300d\u306b\u623b\u3057\u307e\u3059\u3002", "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/x.com\/*", "*:\/\/*.x.com\/*" ], "js": [ "content_script.js" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/*" ], "matches": [ "*:\/\/twitter.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/x.com\/*", "*:\/\/*.x.com\/*" ] } ], "options_page": "popup.html" } |