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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shlomo และคุณลักษณะหลักของมันคือ "This extension will add a button that combines like and retweet in one click."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Like and Retweet button

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": []
        }
    ]
}