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

disable twitter web keyboard shortcut for tweet page.

Twitterのキーボードショートカットを無効化するやつคืออะไร?

Twitterのキーボードショートカットを無効化するやつ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bootjp.me และคุณลักษณะหลักของมันคือ "disable twitter web keyboard shortcut for tweet page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitterのキーボードショートカットを無効化するやつ

ดาวน์โหลดไฟล์ส่วนขยาย Twitterのキーボードショートカットを無効化するやつ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
อีเมล contact@bootjp.me
ประเภทการชำระเงิน 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\/*"
    ]
}