No Submit On Enter for Twitter DM

Prevent sending messages when you press Enter on Twitter DM.

No Submit On Enter for Twitter DM क्या है?

No Submit On Enter for Twitter DM https://gyojir.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevent sending messages when you press Enter on Twitter DM."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में No Submit On Enter for Twitter DM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        TwitterのDMでエンターキーを入力しても送信しないようにします。

TwitterのDMで改行しようとして入力中の文章を誤送信してしまったことはありませんか?
この拡張機能は、Twitterの入力画面でエンターキーが入力されたときにシフト+エンター(改行)に変換することで、誤送信を防ぎます。

※Twitterの仕様変更により機能しなくなる可能性があります                    

एक्सटेंशन की मूल जानकारी

नाम No Submit On Enter for Twitter DM No Submit On Enter for Twitter DM
ID ehpmfijkpdkmaamlhcaknmnbfhhepenm
आधिकारिक URL https://chromewebstore.google.com/detail/no-submit-on-enter-for-tw/ehpmfijkpdkmaamlhcaknmnbfhhepenm
विवरण Prevent sending messages when you press Enter on Twitter DM.
फ़ाइल का आकार 11.86 KB
स्थापना संख्या 924
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2022-04-25
प्रकाशन तिथि 2021-02-08
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर https://gyojir.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/gyojir/twitter-dm-no-submit-on-enter
समर्थित भाषाएँ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Submit On Enter for Twitter DM",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Prevent sending messages when you press Enter on Twitter DM.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}