Capture My Tweet 🐦

Extension for Capture My tweet (https://cmt.itsvg.in)

Capture My Tweet 🐦 क्या है?

Capture My Tweet 🐦 https://itsvg.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for Capture My tweet (https://cmt.itsvg.in)"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The best Twitter tool you were looking for!

THIS IS AN EXCLUSIVE EXTENSION FOR CAPTURE MY TWEET (cmt.itsvg.in)

How to use it?
Step 1: Just install this extension.
Step 2: Whenever you will open any tweet for example (https://twitter.com/VishwaGauravIn/status/1681371551818735616) you will get a button in the right-bottom of your window screen for "Capture Tweet"
Step 3: Just click on that button and you will be automatically redirected to our tool that will convert your normal boring tweet into awesome images that you can share anywhere.

Why should you use it?
This reduces your friction of copying the tweet url, opening the Capture My tweet website and then pasting it manually. It can also get detected automatically if you have provided the permission to the clipboard.

What exactly is Capture My Tweet?
It is the best Twitter tool you were looking for!
Transform your boring tweets into awesome images and share them anywhere.
Top-Notch customization options and features that will help you to ace your social game.                    

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

नाम Capture My Tweet 🐦 Capture My Tweet 🐦
ID mndkpepnafibfddbbdnlgodgambgfpjp
आधिकारिक URL https://chromewebstore.google.com/detail/capture-my-tweet-%F0%9F%90%A6/mndkpepnafibfddbbdnlgodgambgfpjp
विवरण Extension for Capture My tweet (https://cmt.itsvg.in)
फ़ाइल का आकार 48.42 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-08-05
प्रकाशन तिथि 2023-08-05
डेवलपर https://itsvg.in
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cmt.itsvg.in
सहायता पृष्ठ URL https://itsvg.in
गोपनीयता नीति पृष्ठ URL https://curioai.itsvg.in/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Capture My Tweet \ud83d\udc26",
    "version": "1.0",
    "description": "Extension for Capture My tweet (https:\/\/cmt.itsvg.in)",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/logo.png",
            "24": "assets\/logo.png",
            "32": "assets\/logo.png"
        },
        "default_title": "Capture My Tweet \ud83d\udc26"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "btn.png",
                "logo.png"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ]
}