Quote Video for X/Twitter

This extension shares Video on X/Twitter without retweeting.

Quote Video for X/Twitterคืออะไร?

Quote Video for X/Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tweet-reader.com และคุณลักษณะหลักของมันคือ "This extension shares Video on X/Twitter without retweeting."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quote Video for X/Twitter

ดาวน์โหลดไฟล์ส่วนขยาย Quote Video for X/Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        How to share an X/Twitter video without having to retweet it. 
1, Open a tweet detail screen
2, Click the icon for this extension
3, The post screen will open in a new tab
4, Tweet with your comments

* Re-quoting (quoting a video that quotes a video) is not recommended.
* Please use this extension by opening a tweet detail screen of the tweet that originally posted a video.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quote Video for X/Twitter Quote Video for X/Twitter
ID ebaepjjeaiddiffgjgcgljpjbdljdeif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quote-video-for-xtwitter/ebaepjjeaiddiffgjgcgljpjbdljdeif
คำอธิบาย This extension shares Video on X/Twitter without retweeting.
ขนาดไฟล์ 9.14 KB
จำนวนการติดตั้ง 108
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-07-29
วันที่เผยแพร่ 2023-06-30
ผู้พัฒนา https://tweet-reader.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/HotChaiLLC
URL หน้านโยบายความเป็นส่วนตัว https://tweet-reader.com/privacy
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "QVT",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "48": "twit48.png",
        "128": "twit128.png"
    },
    "action": {
        "default_icon": "twit48.png",
        "default_title": "Quote Video for X\/Twitter"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}