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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will add a button that combines like and retweet in one click."।

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

screenshot

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

crx प्रारूप में Twitter Like and Retweet button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        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": []
        }
    ]
}