Twitterのキーボードショートカットを無効化するやつ
disable twitter web keyboard shortcut for tweet page.
What is Twitterのキーボードショートカットを無効化するやつ?
Twitterのキーボードショートカットを無効化するやつ is a Chrome extension developed by https://bootjp.me, and its main feature is "disable twitter web keyboard shortcut for tweet page.".
Extension Screenshots
Download Twitterのキーボードショートカットを無効化するやつ Extension CRX File
Download Twitterのキーボードショートカットを無効化するやつ 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
TwitterのTweet個別ページでのショートカットを無効化します. これは意図せずブロックやアンフォローをしてしまう,既存のショートカットを無効化することでより快適にTwitterWebを利用できます.
Extension Basic Information
Name | Twitterのキーボードショートカットを無効化するやつ |
ID | cebkmpjkademcaigilgldjonmphfbmfh |
Official URL | 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 |
Description | disable twitter web keyboard shortcut for tweet page. |
File Size | 121 KB |
Installation Count | 6,990 |
Current Version | 0.0.4 |
Last Updated | 2021-07-12 |
Publish Date | 2020-05-29 |
Rating | 3.75/5 Total 8 Ratings |
Developer | https://bootjp.me |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/bootjp/disable_twitter_shortcut |
Help Page URL | https://github.com/bootjp/disable_twitter_shortcut/issues |
Supported Languages | 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\/*" ] } |