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

disable twitter web keyboard shortcut for tweet page.

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

Twitterのキーボードショートカットを無効化するやつ è un'estensione di Chrome sviluppata da https://bootjp.me, e la sua funzione principale è "disable twitter web keyboard shortcut for tweet page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitterのキーボードショートカットを無効化するやつ

Scarica i file di estensione Twitterのキーボードショートカットを無効化するやつ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Twitterのキーボードショートカットを無効化するやつ Twitterのキーボードショートカットを無効化するやつ
ID cebkmpjkademcaigilgldjonmphfbmfh
URL Ufficiale 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
Descrizione disable twitter web keyboard shortcut for tweet page.
Dimensione del File 121 KB
Conteggio Installazioni 6,990
Versione Corrente 0.0.4
Ultimo Aggiornamento 2021-07-12
Data di Pubblicazione 2020-05-29
Valutazione 3.75/5 Totale 8 Valutazioni
Sviluppatore https://bootjp.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bootjp/disable_twitter_shortcut
URL della Pagina di Aiuto https://github.com/bootjp/disable_twitter_shortcut/issues
Lingue Supportate 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\/*"
    ]
}