Twitterのキーボードショートカットを無効化するやつ

disable twitter web keyboard shortcut for tweet page.

Twitterのキーボードショートカットを無効化するやつ란 무엇입니까?

Twitterのキーボードショートカットを無効化するやつ은(는) https://bootjp.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "disable twitter web keyboard shortcut for tweet page."입니다.

확장 프로그램 스크린샷

screenshot

Twitterのキーボードショートカットを無効化するやつ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        TwitterのTweet個別ページでのショートカットを無効化します.
これは意図せずブロックやアンフォローをしてしまう,既存のショートカットを無効化することでより快適にTwitterWebを利用できます.                    

확장 프로그램 기본 정보

이름 Twitterのキーボードショートカットを無効化するやつ Twitterのキーボードショートカットを無効化するやつ
ID cebkmpjkademcaigilgldjonmphfbmfh
공식 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
설명 disable twitter web keyboard shortcut for tweet page.
파일 크기 121 KB
설치 횟수 6,990
현재 버전 0.0.4
최근 업데이트 2021-07-12
출시 날짜 2020-05-29
평점 3.75/5 총 8 개의 평점
개발자 https://bootjp.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/bootjp/disable_twitter_shortcut
도움말 페이지 URL https://github.com/bootjp/disable_twitter_shortcut/issues
지원되는 언어 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\/*"
    ]
}