Capture My Tweet 🐦
Extension for Capture My tweet (https://cmt.itsvg.in)
Capture My Tweet 🐦คืออะไร?
Capture My Tweet 🐦 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://itsvg.in และคุณลักษณะหลักของมันคือ "Extension for Capture My tweet (https://cmt.itsvg.in)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Capture My Tweet 🐦
ดาวน์โหลดไฟล์ส่วนขยาย Capture My Tweet 🐦 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 🐦 |
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\/*" ] } ] } |