Twitter Like and Retweet button

This extension will add a button that combines like and retweet in one click.

Twitter Like and Retweet buttonとは何ですか?

Twitter Like and Retweet buttonはShlomoによって開発されたChromeの拡張機能で、その主な機能は「This extension will add a button that combines like and retweet in one click.」です。

拡張機能のスクリーンショット

screenshot

Twitter Like and Retweet button拡張機能のCRXファイルをダウンロード

Twitter Like and Retweet button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Enhance your Twitter experience like never before with this innovative Chrome extension. This powerful add-on seamlessly integrates with your Twitter account, adding a combination button that allows you to both "Like" and "Retweet" a tweet in a single click. Say goodbye to the hassle of toggling between buttons and give your thumbs a rest and streamlines your engagement process for effortless interaction.                    

拡張機能の基本情報

名前 Twitter Like and Retweet button Twitter Like and Retweet button
ID fppmjeoocppmnbkdalfeidabmjkjbmna
公式URL https://chromewebstore.google.com/detail/twitter-like-and-retweet/fppmjeoocppmnbkdalfeidabmjkjbmna
説明 This extension will add a button that combines like and retweet in one click.
ファイルサイズ 62.97 KB
インストール数 38
現在のバージョン 1.2
最終更新日 2023-08-11
公開日 2023-05-25
評価 5.00/5 合計 1 レビュー
開発者 Shlomo
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/d2b13c19-f46d-4a6c-b5ce-6c1f809fb89a
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Like and Retweet button",
    "description": "This extension will add a button that combines like and retweet in one click.",
    "version": "1.2",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": {
            "16": "16.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/home"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.jpg, *.png"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "extension_ids": []
        }
    ]
}