Twitterのキーボードショートカットを無効化するやつ
disable twitter web keyboard shortcut for tweet page.
Twitterのキーボードショートカットを無効化するやつ là gì?
Twitterのキーボードショートカットを無効化するやつ là một tiện ích mở rộng Chrome được phát triển bởi https://bootjp.me, và tính năng chính của nó là "disable twitter web keyboard shortcut for tweet page.".
Ả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 Twitterのキーボードショートカットを無効化するやつ
Tải xuống các tệp mở rộng Twitterのキーボードショートカットを無効化するやつ 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
TwitterのTweet個別ページでのショートカットを無効化します. これは意図せずブロックやアンフォローをしてしまう,既存のショートカットを無効化することでより快適にTwitterWebを利用できます.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitterのキーボードショートカットを無効化するやつ |
ID | cebkmpjkademcaigilgldjonmphfbmfh |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter%E3%81%AE%E3%82%AD%E3%83%BC%E3%83%9C%E3%83%BC%E3%83%89%E3%82%B7%E3%83%A7%E3%83%BC%E3%83%88%E3%82%AB%E3%83%83%E3%83%88%E3%82%92%E7%84%A1%E5%8A%B9%E5%8C%96%E3%81%99/cebkmpjkademcaigilgldjonmphfbmfh |
Mô tả | disable twitter web keyboard shortcut for tweet page. |
Kích Thước Tệp | 121 KB |
Số Lần Cài Đặt | 6,990 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2021-07-12 |
Ngày Phát Hành | 2020-05-29 |
Đánh Giá | 3.75/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://bootjp.me |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/bootjp/disable_twitter_shortcut |
URL Trang Trợ Giúp | https://github.com/bootjp/disable_twitter_shortcut/issues |
Ngôn Ngữ Được Hỗ Trợ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter\u306e\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u7121\u52b9\u5316\u3059\u308b\u3084\u3064", "version": "0.0.4", "description": "disable twitter web keyboard shortcut for tweet page.", "icons": { "128": "icon.png", "256": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "js": [ "disable.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ] } |